Skip to content

Commit

Permalink
prepare to release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Jun 11, 2020
1 parent 11b6b91 commit 6a6073f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ is_original=yes
license=mit
lib_dir=lib
repo_link=https://github.com/spacewander/lua-resty-rsa
version=1.0.1
version=1.0.2
2 changes: 1 addition & 1 deletion lib/resty/rsa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local C = ffi.C
local tab_concat = table.concat
local setmetatable = setmetatable

local _M = { _VERSION = '1.0.1' }
local _M = { _VERSION = '1.0.2' }

local mt = { __index = _M }

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = 'lua-resty-rsa'
version = '1.0.1-1'
version = '1.0.2-1'
source = {
url = 'git://github.com/spacewander/lua-resty-rsa.git',
tag = 'v1.0.1'
tag = 'v1.0.2'
}
description = {
summary = 'RSA encrypt/decrypt & sign/verify for OpenResty/LuaJIT.',
Expand Down

0 comments on commit 6a6073f

Please sign in to comment.