We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfc196 commit e5d4e00Copy full SHA for e5d4e00
README.md
@@ -17,7 +17,7 @@ Installation
17
version
18
=======
19
20
-0.1.9
+0.1.10
21
22
23
Table of Contents
lib/resty/jwt.lua
@@ -5,7 +5,7 @@ local evp = require "resty.evp"
5
local hmac = require "resty.hmac"
6
local resty_random = require "resty.random"
7
8
-local _M = {_VERSION="0.1.9"}
+local _M = {_VERSION="0.1.10"}
9
local mt = {__index=_M}
10
11
local string_match= string.match
0 commit comments