diff options
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0f9f7ad..1aacb0d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ircmaxell/password-compat", "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", - "version": "1.0.0", + "version": "1.0.1", "keywords": ["password", "hashing"], "homepage": "https://github.com/ircmaxell/password_compat", "license": "MIT", |