Skip to content

Commit

Permalink
Update version (0.2.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoco committed Jun 9, 2018
1 parent ea7412d commit 5460b58
Showing 1 changed file with 1 addition and 1 deletion.
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.1" /* Replace with version number for your extension */
#define PHP_JWT_VERSION "0.2.2" /* Replace with version number for your extension */

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

0 comments on commit 5460b58

Please sign in to comment.