We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe861e commit d79076dCopy full SHA for d79076d
lua_cliargs-3.0-1.rockspec renamed to lua_cliargs-3.0-2.rockspec
@@ -1,8 +1,8 @@
1
package = "lua_cliargs"
2
-version = "3.0-1"
+version = "3.0-2"
3
source = {
4
- url = "https://github.com/amireh/lua_cliargs/archive/v3.0-1.tar.gz",
5
- dir = "lua_cliargs-3.0-1"
+ url = "https://github.com/amireh/lua_cliargs/archive/v3.0-2.tar.gz",
+ dir = "lua_cliargs-3.0-2"
6
}
7
description = {
8
summary = "A command-line argument parser.",
src/cliargs.lua
@@ -27,6 +27,6 @@ function cli:cleanup()
27
cli = nil
28
end
29
30
-cli.VERSION = "3.0-1"
+cli.VERSION = "3.0-2"
31
32
return cli
0 commit comments