diff options
author | Anthony Ferrara <ircmaxell@gmail.com> | 2013-04-30 14:15:17 -0400 |
---|---|---|
committer | Anthony Ferrara <ircmaxell@gmail.com> | 2013-04-30 14:15:17 -0400 |
commit | 0d336a72f1012a375aa3215e7f3e75e58eaad31b (patch) | |
tree | 856a99aed7196abbfd17de9f975aae5b4f0ca688 | |
parent | ac173adc70bc7904e2d446d29862197871f35cf4 (diff) | |
download | password_compat-0d336a72f1012a375aa3215e7f3e75e58eaad31b.zip password_compat-0d336a72f1012a375aa3215e7f3e75e58eaad31b.tar.gz password_compat-0d336a72f1012a375aa3215e7f3e75e58eaad31b.tar.bz2 |
Increment version numberv1.0.2
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 1aacb0d..7ababbf 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.1", + "version": "1.0.2", "keywords": ["password", "hashing"], "homepage": "https://github.com/ircmaxell/password_compat", "license": "MIT", |