From 0efaa397bdfd71c1b179b45df1d04733f1161be4 Mon Sep 17 00:00:00 2001 From: Pablo Borowicz Date: Thu, 7 Dec 2017 18:34:13 +0100 Subject: [PATCH] // Version updated to 2.1.0 --- config.xml | 2 +- ps_facetedsearch.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index f35f021d2..0892c5d09 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_facetedsearch - + diff --git a/ps_facetedsearch.php b/ps_facetedsearch.php index 8ce6779c9..fb96d33ab 100755 --- a/ps_facetedsearch.php +++ b/ps_facetedsearch.php @@ -47,7 +47,7 @@ public function __construct() { $this->name = 'ps_facetedsearch'; $this->tab = 'front_office_features'; - $this->version = '2.0.0'; + $this->version = '2.1.0'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true;