Update for migration from jdb-labs -> jdb-software.

This commit is contained in:
Jonathan Bernard 2021-06-08 18:42:27 -05:00
parent 11fde7126d
commit 1f0d38c01c
2 changed files with 3 additions and 3 deletions

View File

@ -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.":

View File

@ -1 +1 @@
const CMD_SHELL_VERSION* = "1.2.0"
const CMD_SHELL_VERSION* = "1.2.1"