all repos — hastyscribe @ 8f6cd1f037cbc7de5079320728513136fa2cbb85

A professional markdown compiler.

Preparing for release 1.1.1.
h3rald h3rald@h3rald.com
Sat, 18 Jul 2015 10:56:02 +0200
commit

8f6cd1f037cbc7de5079320728513136fa2cbb85

parent

210f58365c112edadd965878d58c9c742ab6e6af

3 files changed, 9 insertions(+), 9 deletions(-)

jump to
M doc/HastyScribe_UserGuide.mddoc/HastyScribe_UserGuide.md

@@ -77,11 +77,11 @@ ### Downloading Pre-built Binaries

The easiest way to get {{hs}} is by downloading one of the prebuilt binaries from the [Github Release Page][release]: - * [HastyScribe for Mac OS X (x64)]({{release}}/hastyscribe_v1.1.0_macosx_x64.zip) -- Compiled on OS X Yosemite (LLVM CLANG 6.0) - * [HastyScribe for Windows (x64)]({{release}}/hastyscribe_v1.1.0_windows_x64.zip) -- Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2) - * [HastyScribe for Windows (x86)]({{release}}/hastyscribe_v1.1.0_windows_x86.zip) -- Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2) - * [HastyScribe for Linux (x86)]({{release}}/hastyscribe_v1.1.0_linux_x86.zip) -- Cross-compiled on OS X Yosemite (GNU GCC 4.8.1) - * [HastyScribe for Linux (ARM)]({{release}}/hastyscribe_v1.1.0_linux_arm.zip) -- Cross-compiled on OS X Yosemite (GNU GCC 4.8.2) + * [HastyScribe for Mac OS X (x64)]({{release}}/hastyscribe_v1.1.1_macosx_x64.zip) -- Compiled on OS X Yosemite (LLVM CLANG 6.0) + * [HastyScribe for Windows (x64)]({{release}}/hastyscribe_v1.1.1_windows_x64.zip) -- Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2) + * [HastyScribe for Windows (x86)]({{release}}/hastyscribe_v1.1.1_windows_x86.zip) -- Cross-compiled on OS X Yosemite (MinGW-w64 GCC 4.8.2) + * [HastyScribe for Linux (x86)]({{release}}/hastyscribe_v1.1.1_linux_x86.zip) -- Cross-compiled on OS X Yosemite (GNU GCC 4.8.1) + * [HastyScribe for Linux (ARM)]({{release}}/hastyscribe_v1.1.1_linux_arm.zip) -- Cross-compiled on OS X Yosemite (GNU GCC 4.8.2) ### Installing using Nimble

@@ -744,7 +744,7 @@

* The wonderful [Discount][discount] C library, used to parse markdown code. * The ...awesome [FontAwesome][fa] font, used for all the icons. * The beautiful [Mr Bedfort][sudtipos] font, used as the base for the {{hs}} logo. -* The neat [Source Sans Pro](https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1959) and [Source Code Pro](http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1960) font, used for all standard text. +* The neat [Source Sans Pro](https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1959) and [Source Code Pro](http://store1.adobe.com/cfusion/store/html/index.cfm?event=displayFontPackage&code=1960) fonts, used for all standard text. Special thanks to:

@@ -764,4 +764,4 @@ [fa]:http://fortawesome.github.io/Font-Awesome/

[fa-icons]:http://fortawesome.github.io/Font-Awesome/icons/ [pme]:http://michelf.com/projects/php-markdown/extra/ [sudtipos]:http://www.sudtipos.com/ -[release]:{{release -> https://github.com/h3rald/hastyscribe/releases/download/v1.1.0}} +[release]:{{release -> https://github.com/h3rald/hastyscribe/releases/download/v1.1.1}}
M hastyscribe.nimblehastyscribe.nimble

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

[Package] name = "hastyscribe" -version = "1.1.0" +version = "1.1.1" author = "Fabio Cevasco" description = "Self-contained markdown compiler generating self-contained HTML documents" license = "MIT"
M version.nimversion.nim

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

-let v* = "1.1.0" +let v* = "1.1.1"