Fix chord parsing, formatting.

This commit is contained in:
2025-04-11 15:47:46 -05:00
parent 2712f9ff52
commit a57aed0715
5 changed files with 113 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Package
version = "0.5.2"
version = "0.5.4"
author = "Jonathan Bernard"
description = "Chord chart formatter compatible with Planning Center Online"
license = "MIT"
@ -12,3 +12,9 @@ bin = @["pco_chords"]
# Dependencies
requires "nim >= 1.6.6", "docopt", "zero_functional"
# Dependencies from git.jdbernard.com/jdb/nim-package
requires "update_nim_package_version"
task updateVersion, "Update the version of this tool.":
exec "update_nim_package_version pco_chords 'src/pco_chordspkg/cliconstants.nim'"