Fix compile-time message includes when installing via Nimble.

This commit is contained in:
2022-01-21 13:26:22 -06:00
parent 71e035fdbe
commit 6226ff21c5
6 changed files with 168 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "4.18.0"
version = "4.18.1"
author = "Jonathan Bernard"
description = "Personal issue tracker."
license = "MIT"
@ -19,8 +19,8 @@ requires @[
"https://git.jdb-software.com/jdb/nim-lang-utils.git >= 0.4.0",
"https://git.jdb-software.com/jdb/nim-time-utils.git >= 0.4.0",
"https://git.jdb-software.com/jdb/nim-data-uri.git >= 1.0.0",
"https://git.jdb-software.com/jdb/update-nim-package-version"
"https://git.jdb-software.com/jdb/update-nim-package-version >= 0.2.0"
]
task updateVersion, "Update the version of this package.":
exec "update_nim_package_version pit 'src/pitpkg/version.nim'"
exec "update_nim_package_version pit 'src/pitpkg/cliconstants.nim'"