diff --git a/config.xml b/config.xml index b196c76..acdeccf 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ pscleaner - + diff --git a/pscleaner.php b/pscleaner.php index db89e01..0d310fd 100644 --- a/pscleaner.php +++ b/pscleaner.php @@ -34,7 +34,7 @@ public function __construct() { $this->name = 'pscleaner'; $this->tab = 'administration'; - $this->version = '2.0.0'; + $this->version = '2.1.0'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->multishop_context = Shop::CONTEXT_ALL;