Skip to content

Commit 308718e

Browse files
committed
bump version 1.0.1
1 parent 3a4d2b2 commit 308718e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,14 @@ Dejiang Zhu (doujiang24) <doujiang24@gmail.com>
334334

335335
Zexuan Luo (spacewander)
336336

337+
Release Steps
338+
=============
339+
340+
1. update the `_VERSION` in `lib/resty/rsa.lua`
341+
2. update the `version` in `dist.ini`
342+
3. rename current rockspec to the new version and update the reference in it.
343+
4. tag the new version
344+
5. opm upload
337345

338346
Copyright and License
339347
=====================

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ is_original=yes
55
license=mit
66
lib_dir=lib
77
repo_link=https://github.com/spacewander/lua-resty-rsa
8-
version=1.0.0
8+
version=1.0.1

lib/resty/rsa.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local C = ffi.C
1313
local tab_concat = table.concat
1414
local setmetatable = setmetatable
1515

16-
local _M = { _VERSION = '1.0.0' }
16+
local _M = { _VERSION = '1.0.1' }
1717

1818
local mt = { __index = _M }
1919

lua-resty-rsa-1.0.0-1.rockspec renamed to lua-resty-rsa-1.0.1-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = 'lua-resty-rsa'
2-
version = '1.0.0-1'
2+
version = '1.0.1-1'
33
source = {
44
url = 'git://github.com/spacewander/lua-resty-rsa.git',
5-
tag = 'v1.0.0'
5+
tag = 'v1.0.1'
66
}
77
description = {
88
summary = 'RSA encrypt/decrypt & sign/verify for OpenResty/LuaJIT.',

0 commit comments

Comments
 (0)