From e7be7c3ee823888b8b84955466568c3ae651610e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Bilo=C3=A9?= Date: Wed, 22 Feb 2017 12:06:42 +0100 Subject: [PATCH] // Version updated to v2.0.0 --- config.xml | 2 +- pscleaner.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index 974b4c0..b196c76 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ pscleaner - + diff --git a/pscleaner.php b/pscleaner.php index 423736d..8a97264 100644 --- a/pscleaner.php +++ b/pscleaner.php @@ -35,7 +35,7 @@ public function __construct() { $this->name = 'pscleaner'; $this->tab = 'administration'; - $this->version = '1.9.2'; + $this->version = '2.0.0'; $this->author = 'PrestaShop'; $this->need_instance = 0; if (version_compare(_PS_VERSION_, '1.5.0.0 ', '>=')) {