From 54012441b652e9d418bd69e981fdca4c907f91b4 Mon Sep 17 00:00:00 2001 From: trendschau <trendschau@gmail.com> Date: Fri, 8 Jan 2021 10:30:13 +0100 Subject: [PATCH] Version 1.4.3: Add version number --- system/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Settings.php b/system/Settings.php index a4708aa..986dc22 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -82,7 +82,7 @@ class Settings 'editor' => 'visual', 'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'], 'contentFolder' => 'content', - 'version' => '1.4.2', + 'version' => '1.4.3', 'setup' => true, 'welcome' => true, 'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],