Update versions of cliutils, pit libraries.

This commit is contained in:
Jonathan Bernard 2023-05-13 07:31:42 -05:00
parent 05d688b1b9
commit d1afcfb648

View File

@ -1,6 +1,6 @@
# Package
version = "0.1.0"
version = "0.1.1"
author = "Jonathan Bernard"
description = "Synchronization tool between JDB pit and Trello."
license = "MIT"
@ -19,8 +19,8 @@ requires @[
# Dependencies from git.jdb-software.com/jdb/nim-packages
requires @[
"cliutils >= 0.8.0",
"pit >= 4.22.2",
"cliutils >= 0.8.1",
"pit >= 4.23.3",
"timeutils",
"update_nim_package_version"
]