From 60cbfb7ce7c08c31ac9a725f829cee6c025eefef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Bilo=C3=A9?= Date: Tue, 21 Feb 2017 10:53:29 +0100 Subject: [PATCH] // Version updated to v2.0.3 --- config.xml | 2 +- ps_legalcompliance.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index c12aeb1..087f404 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_legalcompliance - + diff --git a/ps_legalcompliance.php b/ps_legalcompliance.php index cf8483c..52805b4 100644 --- a/ps_legalcompliance.php +++ b/ps_legalcompliance.php @@ -64,7 +64,7 @@ public function __construct(EntityManager $entity_manager, { $this->name = 'ps_legalcompliance'; $this->tab = 'administration'; - $this->version = '2.0.2'; + $this->version = '2.0.3'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true;