From e1ca4ed08a818be908746bec75b46d2908539ee0 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Wed, 21 Dec 2022 11:09:38 +0100 Subject: [PATCH] Bump version to 4.2.1 --- config.xml | 2 +- gsitemap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index c986f40..e3a2fe7 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ gsitemap - + diff --git a/gsitemap.php b/gsitemap.php index 749e4d9..78016ac 100755 --- a/gsitemap.php +++ b/gsitemap.php @@ -50,7 +50,7 @@ public function __construct() { $this->name = 'gsitemap'; $this->tab = 'checkout'; - $this->version = '4.2.0'; + $this->version = '4.2.1'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true;