Skip to content

Commit

Permalink
bump version to 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLothar committed Apr 9, 2017
1 parent 0cfc196 commit e5d4e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation
version
=======

0.1.9
0.1.10


Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/jwt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5d4e00

Please sign in to comment.