From 9386d8e7d8cffc0dc9b6843e995a92980c031690 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sat, 6 Jul 2019 14:40:01 +0200 Subject: [PATCH] Make release 3.0.9. --- themeconfigurator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themeconfigurator.php b/themeconfigurator.php index 8ed7058..469ddf6 100644 --- a/themeconfigurator.php +++ b/themeconfigurator.php @@ -62,7 +62,7 @@ public function __construct() { $this->name = 'themeconfigurator'; $this->tab = 'front_office_features'; - $this->version = '3.0.8'; + $this->version = '3.0.9'; $this->author = 'thirty bees'; $this->need_instance = 0; $this->bootstrap = true;