From 2239c65683f4c12d3a9ce1d484bcf15ee32513be Mon Sep 17 00:00:00 2001 From: Morgan Pichat Date: Wed, 13 Sep 2023 15:08:09 +0200 Subject: [PATCH] bump_version_2.0.2 --- config.xml | 2 +- psgdpr.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index b696e371..df3f9f74 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ psgdpr - + diff --git a/psgdpr.php b/psgdpr.php index 885423ac..95940ce7 100755 --- a/psgdpr.php +++ b/psgdpr.php @@ -87,7 +87,7 @@ public function __construct() { $this->name = 'psgdpr'; $this->tab = 'administration'; - $this->version = '2.0.1'; + $this->version = '2.0.2'; $this->author = 'PrestaShop'; $this->need_instance = 0;