This commit is contained in:
Ryan Ward 2019-02-04 19:38:55 -05:00
parent d5de3a2667
commit 56981f5b83

View File

@ -1,8 +1,8 @@
package = "lua-net"
version = "3.0-0"
package = "lnet"
version = "4.0-0"
source = {
url = "git://github.com/rayaman/net.git",
tag = "v3.0.0",
tag = "v4.0.0",
}
description = {
summary = "Lua networking library that wraps around lua-socket to make networking easy.",