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