diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index bde9b11..45a42cf 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "nsfisis/next-after", "description": "PHP port of java.lang.Math.nextAfter() family", - "version": "0.1.0", + "version": "1.0.0", "type": "library", "keywords": ["float"], "homepage": "https://github.com/nsfisis/php-next-after", diff --git a/composer.lock b/composer.lock index 40cbe78..2d4da68 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1e444b6a5615903864f7679fb6f7043d", + "content-hash": "d684b04a5ca3b5763d9ff9de44d462c4", "packages": [], "packages-dev": [ { |
