Skip to content

Commit ffcfd88

Browse files
committed
Bump version to 2.0.0
1 parent c6583dc commit ffcfd88

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"role": "Developer"
1515
}
1616
],
17+
"version": "2.0.0",
1718
"license": "BSD-3-Clause",
1819
"require": {
1920
"php": ">=5.2.0"

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<email>[email protected]</email>
2020
<active>yes</active>
2121
</lead>
22-
<date>2012-12-31</date>
22+
<date>2015-04-01</date>
2323
<version>
24-
<release>0.1.0</release>
25-
<api>0.1.0</api>
24+
<release>2.0.0</release>
25+
<api>2.0.0</api>
2626
</version>
2727
<stability>
2828
<release>beta</release>
@@ -67,7 +67,7 @@ Initial release with basic support for JWT encoding, decoding and signature veri
6767
<release>beta</release>
6868
<api>beta</api>
6969
</stability>
70-
<date>2012-12-31</date>
70+
<date>2015-04-01</date>
7171
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license>
7272
<notes>
7373
Initial release with basic support for JWT encoding, decoding and signature verification.

0 commit comments

Comments
 (0)