From 1f0d38c01c7faa4a86474097ae64ad8a87ec5974 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 8 Jun 2021 18:42:27 -0500 Subject: [PATCH] Update for migration from jdb-labs -> jdb-software. --- cmd_shell.nimble | 4 ++-- version.nim | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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