Skip to content

Commit

Permalink
Update version 0.2.4 .
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoco committed Jul 13, 2018
1 parent 850e79f commit 83b503c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,22 @@
- First release.
</notes>
</release>
<release>
<version>
<release>0.2.4</release>
<api>0.2.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2018-07-13</date>
<time>13:59:00</time>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Support JWT object.
- Modify phpinfo display information.
</notes>
</release>
</changelog>
</package>
2 changes: 1 addition & 1 deletion php_jwt.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extern zend_module_entry jwt_module_entry;
#define phpext_jwt_ptr &jwt_module_entry

#define PHP_JWT_VERSION "0.2.3"
#define PHP_JWT_VERSION "0.2.4"

#ifdef PHP_WIN32
# define PHP_JWT_API __declspec(dllexport)
Expand Down

0 comments on commit 83b503c

Please sign in to comment.