all repos — hastyscribe @ 70566bb1c39c8d8979b45e703dfe0ced9b8a8032

A professional markdown compiler.

Now setting package metadata as string to avoid nimble errors.
h3rald h3rald@h3rald.com
Tue, 19 May 2026 13:31:22 +0200
commit

70566bb1c39c8d8979b45e703dfe0ced9b8a8032

parent

6add7758156ec697df0993195ed825622f1b3295

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.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.nimsrc/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"