Skip to content

Commit 64ae38d

Browse files
committed
chore(*) 0.0.7 bump
1 parent a3e1604 commit 64ae38d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,4 @@ Work licensed under the MIT License.
168168
[badge-coveralls-url]: https://coveralls.io/r/thibaultcha/lua-resty-jit-uuid?branch=master
169169
[badge-coveralls-image]: https://coveralls.io/repos/thibaultcha/lua-resty-jit-uuid/badge.svg?branch=master&style=flat
170170

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

lib/resty/jit-uuid.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-- @module jit-uuid
66
-- @author Thibault Charbonnier
77
-- @license MIT
8-
-- @release 0.0.6
8+
-- @release 0.0.7
99

1010

1111
local bit = require 'bit'
@@ -17,7 +17,7 @@ local bor = bit.bor
1717

1818

1919
local _M = {
20-
_VERSION = '0.0.6'
20+
_VERSION = '0.0.7'
2121
}
2222

2323

lua-resty-jit-uuid-0.0.6-1.rockspec renamed to lua-resty-jit-uuid-0.0.7-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-jit-uuid"
2-
version = "0.0.6-1"
2+
version = "0.0.7-1"
33
source = {
44
url = "git://github.com/thibaultcha/lua-resty-jit-uuid",
5-
tag = "0.0.6"
5+
tag = "0.0.7"
66
}
77
description = {
88
summary = "Fast and dependency-free uuid generation for OpenResty/LuaJIT",

0 commit comments

Comments
 (0)