Setting version to 1.0.1 (still in development)
h3rald h3rald@h3rald.com
Sun, 27 Jul 2014 16:18:23 +0200
2 files changed,
2 insertions(+),
2 deletions(-)
M
hastyscribe.babel
→
hastyscribe.babel
@@ -1,6 +1,6 @@
[Package] name = "hastyscribe" -version = "1.1.0-dev" +version = "1.0.1" author = "Fabio Cevasco" description = "Self-contained markdown compiler generating self-contained HTML documents" license = "MIT"
M
hastyscribe.nim
→
hastyscribe.nim
@@ -1,6 +1,6 @@
import os, parseopt2, strutils, times, pegs, base64, markdown, tables -let v = "1.0" +let v = "1.0.1" let usage = " HastyScribe v" & v & " - Self-contained Markdown Compiler" & """ (c) 2013-2014 Fabio Cevasco