From df19845e10852fd13ed7505bfb6daaa120cade0a Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov <50577633+bobimicroweber@users.noreply.github.com> Date: Fri, 9 Jul 2021 15:59:41 +0300 Subject: [PATCH] Update config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index caedb1c..f56f193 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $config = array(); $config['name'] = "Shopmag"; $config['author'] = "Microweber CMS"; -$config['version'] = 1.1; +$config['version'] = 1.2; $config['url'] = "https://microweber.org"; $config['standalone_module_skins'] = true; $config['framework'] = "bootstrap5";