Skip to content

Commit 7b3187c

Browse files
Konstantin BurkalevKonstantin Burkalev
authored andcommitted
Bumped version -> 0.5.0
1 parent f0a1dc5 commit 7b3187c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build/headers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- Date: 16.03.14
55
--
66

7-
ngx.header["Server"] = "wiola/Lua v0.4.0"
7+
ngx.header["Server"] = "wiola/Lua v0.5.0"
88

99
local wsProto = ngx.req.get_headers()["Sec-WebSocket-Protocol"]
1010

build/wiola.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--
66

77
local _M = {
8-
_VERSION = '0.4.0',
8+
_VERSION = '0.5.0',
99
}
1010

1111
_M.__index = _M
@@ -16,7 +16,7 @@ setmetatable(_M, {
1616
end })
1717

1818
local wamp_features = {
19-
agent = "wiola/Lua v0.4.0",
19+
agent = "wiola/Lua v0.5.0",
2020
roles = {
2121
broker = {
2222
features = {

src/wiola/headers.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-- Date: 16.03.14
55
--
66

7-
ngx.header["Server"] = "wiola/Lua v0.4.0"
7+
ngx.header["Server"] = "wiola/Lua v0.5.0"
88

99
local wsProto = ngx.req.get_headers()["Sec-WebSocket-Protocol"]
1010

src/wiola/wiola.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require "debug.var_dump"
88

99
local _M = {
10-
_VERSION = '0.4.0',
10+
_VERSION = '0.5.0',
1111
}
1212

1313
_M.__index = _M
@@ -18,7 +18,7 @@ setmetatable(_M, {
1818
end })
1919

2020
local wamp_features = {
21-
agent = "wiola/Lua v0.4.0",
21+
agent = "wiola/Lua v0.5.0",
2222
roles = {
2323
broker = {
2424
features = {

0 commit comments

Comments
 (0)