Skip to content

Commit b310954

Browse files
committed
Update version (v0.2.1)
1 parent b012ac1 commit b310954

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

php_jwt.h

+1-2
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.1.1" /* Replace with version number for your extension */
27+
#define PHP_JWT_VERSION "0.2.1" /* Replace with version number for your extension */
2828

2929
#ifdef ZTS
3030
#include "TSRM.h"
@@ -44,7 +44,6 @@ ZEND_BEGIN_MODULE_GLOBALS(jwt)
4444
char *algorithm;
4545
ZEND_END_MODULE_GLOBALS(jwt)
4646

47-
4847
/** JWT algorithm types. */
4948
typedef enum jwt_alg {
5049
JWT_ALG_NONE = 0,

0 commit comments

Comments
 (0)