Skip to content

Commit

Permalink
bump version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed Jan 21, 2020
1 parent 3a4d2b2 commit 308718e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,14 @@ Dejiang Zhu (doujiang24) <doujiang24@gmail.com>

Zexuan Luo (spacewander)

Release Steps
=============

1. update the `_VERSION` in `lib/resty/rsa.lua`
2. update the `version` in `dist.ini`
3. rename current rockspec to the new version and update the reference in it.
4. tag the new version
5. opm upload

Copyright and License
=====================
Expand Down
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.0
version=1.0.1
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.0' }
local _M = { _VERSION = '1.0.1' }

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

0 comments on commit 308718e

Please sign in to comment.