You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upnpclient-0.2-1.rockspec
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
package="uPnPclient"
2
-
version="0.1-1"
2
+
version="0.2-1"
3
3
source= {
4
4
url="git://github.com/karlbunch/lua-upnclient",
5
-
tag="v0.1"
5
+
tag="v0.2"
6
6
}
7
7
description= {
8
8
summary="Lua uPnP client for discovering uPnP routers and other devices and setting up port forwarding",
9
9
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.
0 commit comments