From e5d4e008c769578841b327ac2bae6a35f55b54ce Mon Sep 17 00:00:00 2001 From: SkyLothar Date: Sun, 9 Apr 2017 21:18:07 +0800 Subject: [PATCH] bump version to 0.1.10 --- README.md | 2 +- lib/resty/jwt.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5bc45d..4c6ee3c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Installation version ======= -0.1.9 +0.1.10 Table of Contents diff --git a/lib/resty/jwt.lua b/lib/resty/jwt.lua index 78e16e6..67fc07a 100644 --- a/lib/resty/jwt.lua +++ b/lib/resty/jwt.lua @@ -5,7 +5,7 @@ local evp = require "resty.evp" local hmac = require "resty.hmac" local resty_random = require "resty.random" -local _M = {_VERSION="0.1.9"} +local _M = {_VERSION="0.1.10"} local mt = {__index=_M} local string_match= string.match