Add support for syncing to Probatem's Virtual Status Board.

This commit is contained in:
2025-01-09 11:57:32 -06:00
parent e2a306c1d6
commit 40cb602362
7 changed files with 505 additions and 296 deletions

View File

@@ -1,6 +1,6 @@
# Package
version = "4.27.0"
version = "4.28.0"
author = "Jonathan Bernard"
description = "Personal issue tracker."
license = "MIT"
@@ -28,4 +28,4 @@ requires @[
]
task updateVersion, "Update the version of this package.":
exec "update_nim_package_version pit 'src/pitpkg/cliconstants.nim'"
exec "update_nim_package_version pit 'src/pit/cliconstants.nim'"