Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLothar committed Jul 4, 2015
1 parent 480f17d commit b797648
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 @@ -6,7 +6,7 @@ lua-resty-jwt - [JWT](http://self-issued.info/docs/draft-jones-json-web-token-01
version
=======

0.1.0
0.1.1


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 @@ -2,7 +2,7 @@ local cjson = require "cjson"
local evp = require "resty.evp"
local hmac = require "resty.hmac"

local _M = {_VERSION="0.1.0"}
local _M = {_VERSION="0.1.1"}
local mt = {__index=_M}


Expand Down

0 comments on commit b797648

Please sign in to comment.