Skip to content

Commit bf9df69

Browse files
committed
Bump version
1 parent 6f3e9f9 commit bf9df69

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

lua/uPnPclient.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ local type = type
2323
module(...)
2424

2525
local uPnPclient = { }
26-
local _M = { }
26+
local _M = {
27+
VERSION = "v0.2"
28+
}
2729

2830
function _M.new(self, init)
2931
if type(init) == "table" then

upnpclient-0.1-1.rockspec renamed to upnpclient-0.2-1.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
package = "uPnPclient"
2-
version = "0.1-1"
2+
version = "0.2-1"
33
source = {
44
url = "git://github.com/karlbunch/lua-upnclient",
5-
tag = "v0.1"
5+
tag = "v0.2"
66
}
77
description = {
88
summary = "Lua uPnP client for discovering uPnP routers and other devices and setting up port forwarding",
99
detailed = [[
10-
lua-upnpclient - Easy interface lua programs to communicate with uPnP capable devices on a LAN. Allows easy control of port forwarding in uPnP enabled LAN's.
10+
Easy interface for lua programs to communicate with uPnP capable devices on a LAN. Allows easy control of port forwarding in uPnP enabled LAN's.
1111
]],
1212
license = "MIT/X11",
1313
homepage = "https://github.com/karlbunch/lua-upnclient"

0 commit comments

Comments
 (0)