all repos — hastyscribe @ 79203e50b32acadcb2d135b371ea6e57e70ece5a

A professional markdown compiler.

Setting version to 1.0.1 (still in development)
h3rald h3rald@h3rald.com
Sun, 27 Jul 2014 16:18:23 +0200
commit

79203e50b32acadcb2d135b371ea6e57e70ece5a

parent

58663c0aeb23a8f2671aa9bdc87f99f40d2cfd58

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

jump to
M hastyscribe.babelhastyscribe.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.nimhastyscribe.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