From a27cf7f4b11df34978de10a490157cb7fc585251 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Thu, 18 Jul 2019 18:00:12 +0200 Subject: [PATCH] Make release 2.0.2. --- blocksupplier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocksupplier.php b/blocksupplier.php index 3706de0..af802a4 100644 --- a/blocksupplier.php +++ b/blocksupplier.php @@ -32,7 +32,7 @@ function __construct() { $this->name = 'blocksupplier'; $this->tab = 'front_office_features'; - $this->version = '2.0.1'; + $this->version = '2.0.2'; $this->author = 'thirty bees'; $this->need_instance = 0;