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

This commit is contained in:
Jonathan Bernard 2021-06-08 18:49:03 -05:00
parent 6ab23c7c84
commit 7c7695b891
2 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
const PTK_VERSION* = "1.0.9" const PTK_VERSION* = "1.0.10"

View File

@ -1,6 +1,6 @@
# Package # Package
version = "1.0.9" version = "1.0.10"
author = "Jonathan Bernard" author = "Jonathan Bernard"
description = "Personal Time Keeper" description = "Personal Time Keeper"
license = "MIT" license = "MIT"
@ -16,10 +16,10 @@ requires @[
"isaac >= 0.1.3", "isaac >= 0.1.3",
"bcrypt", "bcrypt",
"jester 0.5.0", "jester 0.5.0",
"https://git.jdb-labs.com/jdb/nim-lang-utils.git", "https://git.jdb-software.com/jdb/nim-lang-utils.git",
"https://git.jdb-labs.com/jdb/nim-cli-utils.git >= 0.6.5", "https://git.jdb-software.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-software.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/update-nim-package-version"
] ]
task updateVersion, "Update the version of this package.": task updateVersion, "Update the version of this package.":