diff --git a/build_guide b/build_guide index 0804c6b..2562d05 100755 --- a/build_guide +++ b/build_guide @@ -1 +1 @@ -./hastyscribe doc/HastyScribe_UserGuide.md --field/version=1.9.1 +./hastyscribe doc/HastyScribe_UserGuide.md --field/version=1.10.0 diff --git a/doc/HastyScribe_UserGuide.htm b/doc/HastyScribe_UserGuide.htm index 555b7f9..728d102 100644 --- a/doc/HastyScribe_UserGuide.htm +++ b/doc/HastyScribe_UserGuide.htm @@ -5594,11 +5594,11 @@

Downloading Pre-built Binaries

The easiest way to get HastyScribe is by downloading one of the prebuilt binaries from the Github Release Page:

@@ -5755,7 +5755,7 @@

Fields

{{$timestamp}} - 1525000592 + 1525009308 {{$date}} @@ -5779,19 +5779,19 @@

Fields

{{$short-time}} - 13:16 PM + 15:41 PM {{$short-time-24}} - 13:16 + 15:41 {{$time}} - 13:16:32 PM + 15:41:48 PM {{$time-24}} - 13:16:32 + 15:41:48 {{$day}} diff --git a/hastyscribe.nimble b/hastyscribe.nimble index c5589a1..9065fc5 100644 --- a/hastyscribe.nimble +++ b/hastyscribe.nimble @@ -1,6 +1,6 @@ [Package] name = "hastyscribe" -version = "1.9.1" +version = "1.10.0" author = "Fabio Cevasco" description = "Self-contained markdown compiler generating self-contained HTML documents" license = "MIT"