Skip to content

Commit e5d4e00

Browse files
committed
bump version to 0.1.10
1 parent 0cfc196 commit e5d4e00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
version
1818
=======
1919

20-
0.1.9
20+
0.1.10
2121

2222

2323
Table of Contents

lib/resty/jwt.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local evp = require "resty.evp"
55
local hmac = require "resty.hmac"
66
local resty_random = require "resty.random"
77

8-
local _M = {_VERSION="0.1.9"}
8+
local _M = {_VERSION="0.1.10"}
99
local mt = {__index=_M}
1010

1111
local string_match= string.match

0 commit comments

Comments
 (0)