all repos — hastysite @ bba96202ed3cf482a085e854094ab9f96ac4f17e

A high-performance static site generator.

Preparing for release.
h3rald h3rald@h3rald.com
Sat, 13 Nov 2021 21:17:29 +0100
commit

bba96202ed3cf482a085e854094ab9f96ac4f17e

parent

af3bdc4f4a35985791639ea09227f07eef42ab4b

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

jump to
M .gitignore.gitignore

@@ -7,3 +7,4 @@ nakefile

hastysite hastysite.exe HastySite_UserGuide.htm +.DS_Store
M hastysitepkg/config.nimhastysitepkg/config.nim

@@ -1,5 +1,5 @@

const pkgName* = "HastySite" - pkgVersion* = "1.3.7" + pkgVersion* = "1.3.8" pkgDescription* = "A small but powerful static site generator" pkgAuthor* = "Fabio Cevasco"