Skip to content

Commit

Permalink
change: switch to semver
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed May 27, 2019
1 parent 5315c3e commit e702223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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=0.05
version=1.0.0
3 changes: 1 addition & 2 deletions lib/resty/rsa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ local C = ffi.C
local tab_concat = table.concat
local setmetatable = setmetatable

-- remember to remove the '-dev' suffix when releasing a new version to opm
local _M = { _VERSION = '0.06-dev' }
local _M = { _VERSION = '1.0.0' }

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 = '0.05-1'
version = '1.0.0-1'
source = {
url = 'git://github.com/spacewander/lua-resty-rsa.git',
tag = 'v0.05'
tag = 'v1.0.0'
}
description = {
summary = 'RSA encrypt/decrypt & sign/verify for OpenResty/LuaJIT.',
Expand Down

0 comments on commit e702223

Please sign in to comment.