From 7c7695b8915749fcf2bb4b552c3dfb4f3da21605 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 8 Jun 2021 18:49:03 -0500 Subject: [PATCH] Update for migration from jdb-labs -> jdb-software. --- private/version.nim | 2 +- ptk.nimble | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/private/version.nim b/private/version.nim index 13315fe..f6205c8 100644 --- a/private/version.nim +++ b/private/version.nim @@ -1 +1 @@ -const PTK_VERSION* = "1.0.9" \ No newline at end of file +const PTK_VERSION* = "1.0.10" \ No newline at end of file diff --git a/ptk.nimble b/ptk.nimble index 76524d9..30df690 100644 --- a/ptk.nimble +++ b/ptk.nimble @@ -1,6 +1,6 @@ # Package -version = "1.0.9" +version = "1.0.10" author = "Jonathan Bernard" description = "Personal Time Keeper" license = "MIT" @@ -16,10 +16,10 @@ requires @[ "isaac >= 0.1.3", "bcrypt", "jester 0.5.0", - "https://git.jdb-labs.com/jdb/nim-lang-utils.git", - "https://git.jdb-labs.com/jdb/nim-cli-utils.git >= 0.6.5", - "https://git.jdb-labs.com/jdb/nim-time-utils.git >= 0.5.2", - "https://git.jdb-labs.com/jdb/update-nim-package-version" + "https://git.jdb-software.com/jdb/nim-lang-utils.git", + "https://git.jdb-software.com/jdb/nim-cli-utils.git >= 0.6.5", + "https://git.jdb-software.com/jdb/nim-time-utils.git >= 0.5.2", + "https://git.jdb-software.com/jdb/update-nim-package-version" ] task updateVersion, "Update the version of this package.":