diff --git a/package.xml b/package.xml index edaae73..0703290 100644 --- a/package.xml +++ b/package.xml @@ -77,5 +77,22 @@ - First release. + + + 0.2.4 + 0.2.4 + + + stable + stable + + 2018-07-13 + + PHP + + - Support JWT object. + - Modify phpinfo display information. + + diff --git a/php_jwt.h b/php_jwt.h index 16af909..c8643ff 100644 --- a/php_jwt.h +++ b/php_jwt.h @@ -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)