Skip to content

Commit 03bf628

Browse files
committed
Release 2.4-1
1 parent 0b05a9a commit 03bf628

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lua_cliargs-2.4-1.rockspec renamed to lua_cliargs-2.5-0.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 = "2.4-1"
2+
version = "2.5-0"
33
source = {
4-
url = "https://github.com/amireh/lua_cliargs/archive/v2.4-1.tar.gz",
5-
dir = "lua_cliargs-2.4-1"
4+
url = "https://github.com/amireh/lua_cliargs/archive/v2.5-0.tar.gz",
5+
dir = "lua_cliargs-2.5-0"
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
@@ -650,7 +650,7 @@ end
650650
cli._COPYRIGHT = "Copyright (C) 2011-2014 Ahmad Amireh"
651651
cli._LICENSE = "The code is released under the MIT terms. Feel free to use it in both open and closed software as you please."
652652
cli._DESCRIPTION = "Commandline argument parser for Lua"
653-
cli._VERSION = "cliargs 2.4-1"
653+
cli._VERSION = "cliargs 2.5-0"
654654

655655
-- aliases
656656
cli.add_argument = cli.add_arg

0 commit comments

Comments
 (0)