Update for migration from jdb-labs -> jdb-software.
This commit is contained in:
parent
6ab23c7c84
commit
7c7695b891
@ -1 +1 @@
|
||||
const PTK_VERSION* = "1.0.9"
|
||||
const PTK_VERSION* = "1.0.10"
|
10
ptk.nimble
10
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.":
|
||||
|
Loading…
x
Reference in New Issue
Block a user