diff --git a/cmd_shell.nimble b/cmd_shell.nimble index 7a0de6d..2e75bb9 100644 --- a/cmd_shell.nimble +++ b/cmd_shell.nimble @@ -1,6 +1,6 @@ # Package -version = "1.2.0" +version = "1.2.1" author = "Jonathan Bernard" description = "Wrapper around CLI commands (passing input as arguments)." license = "MIT" @@ -12,7 +12,7 @@ requires @[ "nim >= 0.16.1", "cliutils", - "https://git.jdb-labs.com/jdb/update-nim-package-version" + "https://git.jdb-software.com/jdb/update-nim-package-version" ] task updateVersion, "Update the version of this package.": diff --git a/version.nim b/version.nim index 2e55985..fd00961 100644 --- a/version.nim +++ b/version.nim @@ -1 +1 @@ -const CMD_SHELL_VERSION* = "1.2.0" \ No newline at end of file +const CMD_SHELL_VERSION* = "1.2.1" \ No newline at end of file