From 23712c5814f60c70e7abebe7e95e20ef30a32d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 2 Feb 2024 12:34:06 +0100 Subject: [PATCH] Update to version 0.2.0 alpha. --- qsgen2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index bbdc3ea..4ed7544 100755 --- a/qsgen2 +++ b/qsgen2 @@ -42,7 +42,7 @@ ################################################################################################### # export blog_in_index=false -VERSION="0.1.0 alpha" # Tue-2024-01-30 +VERSION="0.2.0 alpha" # Tue-2024-01-30 QSGEN="Quick Site Generator 2" # Set to true or false @@ -149,6 +149,7 @@ if [[ ${generator} == "native" ]]; then elif [[ ${generator} == "markdown" ]]; then if [[ ! -f /usr/local/bin/pandoc ]]; then _msg other "Please install Pandoc." + _msg other "https://github.com/jgm/pandoc/releases" exit else # Usage: ${engine} ${1} - Where 1 is the file you want parsed