Skip to content

Commit

Permalink
Fixed missing files in rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Burkalev authored and Konstantin Burkalev committed Dec 3, 2018
1 parent 1f55a1d commit 943fdb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions loowy-0.4.0-1.rockspec → loowy-0.4.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "Loowy"
version = "0.4.0-1"
version = "0.4.1-1"

source = {
url = "git://github.com/KSDaemon/Loowy.git",
tag = "v0.4.0"
tag = "v0.4.1"
}

description = {
Expand All @@ -29,8 +29,9 @@ build = {
install = {
lua = {
['loowy.client'] = 'src/loowy/client.lua',
['loowy.json_serializer'] = 'src/loowy/json_serializer.lua',
['loowy.msgpack_serializer'] = 'src/loowy/msgpack_serializer.lua',
['loowy.vardump'] = 'src/loowy/vardump.lua'

}
}
}
2 changes: 1 addition & 1 deletion src/loowy/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--local printdump = require("loowy.vardump").printdump

local _M = {
_VERSION = '0.4.0'
_VERSION = '0.4.1'
}

-- _M.__index = _M -- I think no needed
Expand Down

0 comments on commit 943fdb5

Please sign in to comment.