summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2013-04-30 13:55:14 -0400
committerAnthony Ferrara <ircmaxell@gmail.com>2013-04-30 13:55:14 -0400
commit9995cba36810f8251ec12b712c752d6c782f5438 (patch)
treebc6e85459b4acbf061a16204c9dc8921c6a7f18b
parent5a31bf4d220dc7bbedcea8219a663634542efbb5 (diff)
downloadpassword_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.json2
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",