File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -168,4 +168,4 @@ Work licensed under the MIT License.
168
168
[ badge-coveralls-url ] : https://coveralls.io/r/thibaultcha/lua-resty-jit-uuid?branch=master
169
169
[ badge-coveralls-image ] : https://coveralls.io/repos/thibaultcha/lua-resty-jit-uuid/badge.svg?branch=master&style=flat
170
170
171
- [ badge-version-image ] : https://img.shields.io/badge/version-0.0.6 -blue.svg?style=flat
171
+ [ badge-version-image ] : https://img.shields.io/badge/version-0.0.7 -blue.svg?style=flat
Original file line number Diff line number Diff line change 5
5
-- @module jit-uuid
6
6
-- @author Thibault Charbonnier
7
7
-- @license MIT
8
- -- @release 0.0.6
8
+ -- @release 0.0.7
9
9
10
10
11
11
local bit = require ' bit'
@@ -17,7 +17,7 @@ local bor = bit.bor
17
17
18
18
19
19
local _M = {
20
- _VERSION = ' 0.0.6 '
20
+ _VERSION = ' 0.0.7 '
21
21
}
22
22
23
23
Original file line number Diff line number Diff line change 1
1
package = " lua-resty-jit-uuid"
2
- version = " 0.0.6 -1"
2
+ version = " 0.0.7 -1"
3
3
source = {
4
4
url = " git://github.com/thibaultcha/lua-resty-jit-uuid" ,
5
- tag = " 0.0.6 "
5
+ tag = " 0.0.7 "
6
6
}
7
7
description = {
8
8
summary = " Fast and dependency-free uuid generation for OpenResty/LuaJIT" ,
You can’t perform that action at this time.
0 commit comments