Skip to content

Commit

Permalink
Release v2.5-5
Browse files Browse the repository at this point in the history
  • Loading branch information
amireh committed Oct 27, 2015
1 parent 5a9bb44 commit 3ed5873
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lua_cliargs-2.5-4.rockspec → lua_cliargs-2.5-5.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua_cliargs"
version = "2.5-4"
version = "2.5-5"
source = {
url = "https://github.com/amireh/lua_cliargs/archive/v2.5-4.tar.gz",
dir = "lua_cliargs-2.5-4"
url = "https://github.com/amireh/lua_cliargs/archive/v2.5-5.tar.gz",
dir = "lua_cliargs-2.5-5"
}
description = {
summary = "A command-line argument parser.",
Expand Down
2 changes: 1 addition & 1 deletion src/cliargs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ end
cli._COPYRIGHT = "Copyright (C) 2011-2014 Ahmad Amireh"
cli._LICENSE = "The code is released under the MIT terms. Feel free to use it in both open and closed software as you please."
cli._DESCRIPTION = "Commandline argument parser for Lua"
cli._VERSION = "cliargs 2.5-4"
cli._VERSION = "cliargs 2.5-5"

-- aliases
cli.add_argument = cli.add_arg
Expand Down

0 comments on commit 3ed5873

Please sign in to comment.