Update nim-cli-util dependency version to get a fix to the queryParamsToCli function.

This commit is contained in:
Jonathan Bernard 2020-03-23 08:27:30 -05:00
parent 4127fbe41c
commit 10fcc34ea2
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "4.7.0"
version = "4.7.1"
author = "Jonathan Bernard"
description = "Personal issue tracker."
license = "MIT"
@ -15,7 +15,7 @@ requires @[
"jester 0.4.1",
"uuids 0.1.10",
"https://git.jdb-labs.com/jdb/nim-cli-utils.git >= 0.6.1",
"https://git.jdb-labs.com/jdb/nim-cli-utils.git >= 0.6.4",
"https://git.jdb-labs.com/jdb/nim-lang-utils.git >= 0.4.0",
"https://git.jdb-labs.com/jdb/nim-time-utils.git >= 0.4.0",
"https://git.jdb-labs.com/jdb/update-nim-package-version"

View File

@ -1 +1 @@
const PIT_VERSION* = "4.7.0"
const PIT_VERSION* = "4.7.1"