From 47f95ef3c45e0d9e6ec73eebd12a9a0472859d2e Mon Sep 17 00:00:00 2001 From: Pablo Borowicz Date: Wed, 22 May 2019 14:51:11 +0200 Subject: [PATCH] // Bump version to 3.0.2 --- config.xml | 2 +- ps_legalcompliance.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index c3c0752..ba9cd66 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_legalcompliance - + diff --git a/ps_legalcompliance.php b/ps_legalcompliance.php index adaccb2..980cf48 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 = '3.0.1'; + $this->version = '3.0.2'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true;