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 c3c2f93..9999db3 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": "1.0.0", + "version": "1.1.0", "type": "library", "keywords": ["float"], "homepage": "https://github.com/nsfisis/php-next-after", diff --git a/composer.lock b/composer.lock index 796270e..abc9879 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": "7236e6e228ef85e2d99bbccbd82ad69b", + "content-hash": "d5d086acf0d780c826f5bf3a700cbe61", "packages": [], "packages-dev": [ { |
