Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Burkalev authored and Konstantin Burkalev committed Oct 27, 2017
1 parent fe1ef28 commit 621c601
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Wiola",
"version": "0.6.1",
"version": "0.7.0",
"description": "WAMP implementation in Lua",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/wiola/wiola.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require "debug.var_dump"

local _M = {
_VERSION = '0.6.1',
_VERSION = '0.7.0',
}

_M.__index = _M
Expand Down
8 changes: 5 additions & 3 deletions wiola-0.6.1-1.rockspec → wiola-0.7.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "Wiola"
version = "0.6.1-1"
version = "0.7.0-1"

source = {
url = "git://github.com/KSDaemon/wiola.git",
tag = "v0.6.1"
tag = "v0.7.0"
}

description = {
Expand All @@ -24,7 +24,7 @@ dependencies = {
"luarestyredis",
"rapidjson >= 0.5",
"lua-resty-hmac >= v1.0",
"lua-messagepack >= 0.3",
"lua-messagepack >= 0.4",
"redis-lua >= 2.0"
}

Expand All @@ -37,6 +37,8 @@ build = {
['wiola.config'] = 'lib/config.lua',
['wiola.handler'] = 'lib/handler.lua',
['wiola.headers'] = 'lib/headers.lua',
['wiola.json_serializer'] = 'lib/json_serializer.lua',
['wiola.msgpack_serializer'] = 'lib/msgpack_serializer.lua',
['wiola.post-handler'] = 'lib/post-handler.lua',
}
}

0 comments on commit 621c601

Please sign in to comment.