Skip to content

Commit

Permalink
Merge branch 'master' of github.com:KSDaemon/Loowy
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Mar 29, 2021
2 parents 98f7527 + bba674b commit 0fa0fec
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 0fa0fec

Please sign in to comment.