summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob DiMarco <rob@firebase.com>2015-04-01 11:46:38 -0700
committerRob DiMarco <rob@firebase.com>2015-04-01 11:46:38 -0700
commitffcfd888ce1e4f2d70cac2dc9b7301038332fe57 (patch)
tree20a1c0820799577052eb2fe1607761bc7fc247b7
parentc6583dc5e904787563e0ee4ebca3ac7e811a5f3a (diff)
downloadphp-jwt-ffcfd888ce1e4f2d70cac2dc9b7301038332fe57.zip
php-jwt-ffcfd888ce1e4f2d70cac2dc9b7301038332fe57.tar.gz
php-jwt-ffcfd888ce1e4f2d70cac2dc9b7301038332fe57.tar.bz2
Bump version to 2.0.0v2.0.0
-rw-r--r--composer.json1
-rw-r--r--package.xml8
2 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 15b246c..4cc0e6e 100644
--- a/composer.json
+++ b/composer.json
@@ -14,6 +14,7 @@
"role": "Developer"
}
],
+ "version": "2.0.0",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.2.0"
diff --git a/package.xml b/package.xml
index 6c44498..e06616d 100644
--- a/package.xml
+++ b/package.xml
@@ -19,10 +19,10 @@
<email>anant@php.net</email>
<active>yes</active>
</lead>
- <date>2012-12-31</date>
+ <date>2015-04-01</date>
<version>
- <release>0.1.0</release>
- <api>0.1.0</api>
+ <release>2.0.0</release>
+ <api>2.0.0</api>
</version>
<stability>
<release>beta</release>
@@ -67,7 +67,7 @@ Initial release with basic support for JWT encoding, decoding and signature veri
<release>beta</release>
<api>beta</api>
</stability>
- <date>2012-12-31</date>
+ <date>2015-04-01</date>
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license>
<notes>
Initial release with basic support for JWT encoding, decoding and signature verification.