From 5fe50e5e1066d2ddfe98479de2a4d5954d5b392f Mon Sep 17 00:00:00 2001 From: Peter Ivanov Date: Mon, 1 Nov 2021 16:38:14 +0200 Subject: [PATCH] Update config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 0256260..10a708a 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array(); $config['name'] = "Shopmag"; $config['author'] = "Microweber CMS"; -$config['version'] = 1.3; +$config['version'] = 1.4; $config['url'] = "https://microweber.org"; $config['standalone_module_skins'] = true; $config['framework'] = "bootstrap5";