Now setting package metadata as string to avoid nimble errors.
h3rald h3rald@h3rald.com
Tue, 19 May 2026 13:31:22 +0200
2 files changed,
4 insertions(+),
4 deletions(-)
M
hastyscribe.nimble
→
hastyscribe.nimble
@@ -12,9 +12,9 @@ import hastyscribepkg/config
# Package -version = pkgVersion -author = pkgAuthor -description = pkgDescription +version = "2.1.1" +author = "Fabio Cevasco" +description = "Self-contained markdown compiler generating self-contained HTML documents" license = "MIT" bin = @["hastyscribe"] srcDir = "src"
M
src/hastyscribepkg/config.nim
→
src/hastyscribepkg/config.nim
@@ -1,4 +1,4 @@
const - pkgVersion* = "2.1.0" + pkgVersion* = "2.1.1" pkgAuthor* = "Fabio Cevasco" pkgDescription* = "Self-contained markdown compiler generating self-contained HTML documents"