Skip to content

Commit 83b503c

Browse files
committed
Update version 0.2.4 .
1 parent 850e79f commit 83b503c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

package.xml

+17
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,22 @@
7777
- First release.
7878
</notes>
7979
</release>
80+
<release>
81+
<version>
82+
<release>0.2.4</release>
83+
<api>0.2.4</api>
84+
</version>
85+
<stability>
86+
<release>stable</release>
87+
<api>stable</api>
88+
</stability>
89+
<date>2018-07-13</date>
90+
<time>13:59:00</time>
91+
<license uri="http://www.php.net/license">PHP</license>
92+
<notes>
93+
- Support JWT object.
94+
- Modify phpinfo display information.
95+
</notes>
96+
</release>
8097
</changelog>
8198
</package>

php_jwt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extern zend_module_entry jwt_module_entry;
2525
#define phpext_jwt_ptr &jwt_module_entry
2626

27-
#define PHP_JWT_VERSION "0.2.3"
27+
#define PHP_JWT_VERSION "0.2.4"
2828

2929
#ifdef PHP_WIN32
3030
# define PHP_JWT_API __declspec(dllexport)

0 commit comments

Comments
 (0)