diff options
author | Anthony Ferrara <ircmaxell@gmail.com> | 2013-04-30 13:55:14 -0400 |
---|---|---|
committer | Anthony Ferrara <ircmaxell@gmail.com> | 2013-04-30 13:55:14 -0400 |
commit | 9995cba36810f8251ec12b712c752d6c782f5438 (patch) | |
tree | bc6e85459b4acbf061a16204c9dc8921c6a7f18b | |
parent | 5a31bf4d220dc7bbedcea8219a663634542efbb5 (diff) | |
download | password_compat-1.0.1.zip password_compat-1.0.1.tar.gz password_compat-1.0.1.tar.bz2 |
update version info in composer.jsonv1.0.1
-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", |