~h3rald/hastysite

a2fa48b843c7f4ac15966e131920084ede7b9e49 — h3rald a month ago 7414cc1
Upgraded to min v0.45.
2 files changed, 4 insertions(+), 4 deletions(-)

M hastysite.nimble
M hastysitepkg/config.nim
M hastysite.nimble => hastysite.nimble +1 -1
@@ 9,7 9,7 @@ bin           = @["hastysite"]
installDirs   = @["minpkg", "hastysitepkg"]

# Deps
requires: "nim >= 2.0.0, min >= 0.40.0, checksums, hastyscribe >= 2.1.0, mustache"
requires: "nim >= 2.0.0, min >= 0.45.0, checksums, hastyscribe >= 2.1.0, mustache"

# Tasks
const

M hastysitepkg/config.nim => hastysitepkg/config.nim +3 -3
@@ 1,5 1,5 @@
const
  pkgName*        = "HastySite"
  pkgVersion*     = "1.3.10"
  pkgName* = "HastySite"
  pkgVersion* = "1.3.12"
  pkgDescription* = "A small but powerful static site generator"
  pkgAuthor*      = "Fabio Cevasco"
  pkgAuthor* = "Fabio Cevasco"