Skip to content

Commit

Permalink
Release v3.0-2
Browse files Browse the repository at this point in the history
  • Loading branch information
amireh committed Apr 2, 2018
1 parent 4fe861e commit d79076d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lua_cliargs-3.0-1.rockspec → lua_cliargs-3.0-2.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua_cliargs"
version = "3.0-1"
version = "3.0-2"
source = {
url = "https://github.com/amireh/lua_cliargs/archive/v3.0-1.tar.gz",
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"
}
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 @@ -27,6 +27,6 @@ function cli:cleanup()
cli = nil
end

cli.VERSION = "3.0-1"
cli.VERSION = "3.0-2"

return cli

0 comments on commit d79076d

Please sign in to comment.