all repos — hastyscribe @ 58663c0aeb23a8f2671aa9bdc87f99f40d2cfd58

A professional markdown compiler.

Revert "Updated version (still in development)"

This reverts commit 45344ddbf77d8edacd73d6c7076fbf44a2fcf8c9.
h3rald h3rald@h3rald.com
Sun, 27 Jul 2014 16:17:01 +0200
commit

58663c0aeb23a8f2671aa9bdc87f99f40d2cfd58

parent

45344ddbf77d8edacd73d6c7076fbf44a2fcf8c9

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

jump to
M hastyscribe.babelhastyscribe.babel

@@ -1,6 +1,6 @@

[Package] name = "hastyscribe" -version = "1.1.0" +version = "1.1.0-dev" 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.1" +let v = "1.0" let usage = " HastyScribe v" & v & " - Self-contained Markdown Compiler" & """ (c) 2013-2014 Fabio Cevasco