Skip to content

Commit 139a3a7

Browse files
committed
Release v3.0-1
1 parent f8bd0e8 commit 139a3a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lua_cliargs-3.0-0.rockspec renamed to lua_cliargs-3.0-1.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-0"
2+
version = "3.0-1"
33
source = {
4-
url = "https://github.com/amireh/lua_cliargs/archive/v3.0-0.tar.gz",
5-
dir = "lua_cliargs-3.0-0"
4+
url = "https://github.com/amireh/lua_cliargs/archive/v3.0-1.tar.gz",
5+
dir = "lua_cliargs-3.0-1"
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-0"
30+
cli.VERSION = "3.0-1"
3131

3232
return cli

0 commit comments

Comments
 (0)