Fix compile-time message includes when installing via Nimble.
This commit is contained in:
@ -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'"
|
Reference in New Issue
Block a user