From 8fd1bef16f2edf52d66d1ff83aa164e001f8998c Mon Sep 17 00:00:00 2001 From: trendschau Date: Sun, 12 Jun 2022 23:12:29 +0200 Subject: [PATCH] Changed version number --- system/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Settings.php b/system/Settings.php index 271df44..a192608 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -84,7 +84,7 @@ class Settings 'editor' => 'visual', 'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code', 'shortcode'], 'contentFolder' => 'content', - 'version' => '1.5.3.2', + 'version' => '1.5.3.3', 'setup' => true, 'welcome' => true, 'maxuploadsize' => 20,