Skip to content

Commit 12de8bf

Browse files
authored
Merge pull request #2 from macocci7/dev_1.0.1
Dev 1.0.1
2 parents e2d439e + c3fe3d8 commit 12de8bf

26 files changed

Lines changed: 662 additions & 7 deletions

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ composer require macocci7/php-scatterplot
281281
- [UsingLayers.php](example/UsingLayers.php) >> results in [UsingLayers.md](example/UsingLayers.md)
282282
- [ChangingProperties.php](example/ChangingProperties.php) >> results in [ChangingProperties.md](example/ChangingProperties.md)
283283
- [ParsedData.php](example/ParsedData.php) >> results in [ParsedData.txt](example/ParsedData.txt)
284+
- [Matrix.php](example/Matrix.php) >> results in [Matrix.md](example/Matrix.md)
284285

285286
## License
286287

@@ -290,6 +291,6 @@ composer require macocci7/php-scatterplot
290291

291292
*Document written: 2023/06/06*
292293

293-
*Document updated: 2023/06/07*
294+
*Document updated: 2023/06/10*
294295

295296
Copyright 2023 macocci7.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "macocci7/php-scatterplot",
33
"description": "it's easy to use for creating scatter plots.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "library",
66
"license": "MIT",
77
"autoload": {

0 commit comments

Comments
 (0)