Skip to content

Commit d79076d

Browse files
committed
Release v3.0-2
1 parent 4fe861e commit d79076d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lua_cliargs-3.0-1.rockspec renamed to lua_cliargs-3.0-2.rockspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua_cliargs"
2-
version = "3.0-1"
2+
version = "3.0-2"
33
source = {
4-
url = "https://github.com/amireh/lua_cliargs/archive/v3.0-1.tar.gz",
5-
dir = "lua_cliargs-3.0-1"
4+
url = "https://github.com/amireh/lua_cliargs/archive/v3.0-2.tar.gz",
5+
dir = "lua_cliargs-3.0-2"
66
}
77
description = {
88
summary = "A command-line argument parser.",

src/cliargs.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ function cli:cleanup()
2727
cli = nil
2828
end
2929

30-
cli.VERSION = "3.0-1"
30+
cli.VERSION = "3.0-2"
3131

3232
return cli

0 commit comments

Comments
 (0)