From ed8e0c75f701afcda5816c93b2b3e845b1029066 Mon Sep 17 00:00:00 2001 From: Guillaume Batier Date: Sun, 4 Dec 2022 20:37:24 +0100 Subject: [PATCH] upgrade version --- prettyblocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prettyblocks.php b/prettyblocks.php index a3995dd6..5e829513 100755 --- a/prettyblocks.php +++ b/prettyblocks.php @@ -30,7 +30,7 @@ public function __construct() { $this->name = 'prettyblocks'; $this->tab = 'administration'; - $this->version = '1.0.1'; + $this->version = '1.0.2'; $this->author = 'PrestaSafe'; $this->need_instance = 1; $this->js_path = $this->_path . 'views/js/';