From 7e715ef6a161ecfd2d3e419421c9d607f10a72c5 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 15 Mar 2022 17:19:24 +0100 Subject: [PATCH] Bump version to 4.1.1 --- config.xml | 2 +- ps_googleanalytics.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index d5d96db..828eb5e 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_googleanalytics - + diff --git a/ps_googleanalytics.php b/ps_googleanalytics.php index 140493e..b58d8df 100755 --- a/ps_googleanalytics.php +++ b/ps_googleanalytics.php @@ -54,7 +54,7 @@ public function __construct() { $this->name = 'ps_googleanalytics'; $this->tab = 'analytics_stats'; - $this->version = '4.1.0'; + $this->version = '4.1.1'; $this->ps_versions_compliancy = ['min' => '1.6', 'max' => _PS_VERSION_]; $this->author = 'PrestaShop'; $this->module_key = 'fd2aaefea84ac1bb512e6f1878d990b8';