Skip to content

Commit f812392

Browse files
committed
chore: release 0.0.4
1 parent 90d78bb commit f812392

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ $ luarocks install lua-resty-socket
4949
[badge-travis-url]: https://travis-ci.org/thibaultCha/lua-resty-socket
5050
[badge-travis-image]: https://travis-ci.org/thibaultCha/lua-resty-socket.svg?branch=master
5151

52-
[badge-version-image]: https://img.shields.io/badge/version-0.0.3-blue.svg?style=flat
52+
[badge-version-image]: https://img.shields.io/badge/version-0.0.4-blue.svg?style=flat

lib/resty/socket.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ return {
110110
}, luasocket_mt)
111111
end,
112112
luasocket_mt = luasocket_mt,
113-
_VERSION = "0.0.3"
113+
_VERSION = "0.0.4"
114114
}

lua-resty-socket-0.0.3-0.rockspec renamed to lua-resty-socket-0.0.4-0.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-socket"
2-
version = "0.0.3-0"
2+
version = "0.0.4-0"
33
source = {
44
url = "git://github.com/thibaultCha/lua-resty-socket",
5-
tag = "0.0.3"
5+
tag = "0.0.4"
66
}
77
description = {
88
summary = "Graceful fallback to LuaSocket for ngx_lua",

spec/socket_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe("resty.socket", function()
4040
end)
4141

4242
it("expose metadata", function()
43-
assert.equal("0.0.3", socket._VERSION)
43+
assert.equal("0.0.4", socket._VERSION)
4444
assert.is_table(socket.luasocket_mt)
4545
end)
4646
end)

t/00-sanity.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ __DATA__
2323
--- request
2424
GET /t
2525
--- response_body
26-
0.0.3
26+
0.0.4
2727
--- no_error_log
2828
[error]
2929

0 commit comments

Comments
 (0)