From c55310037c73152297021d128f657090d23f1749 Mon Sep 17 00:00:00 2001 From: Morgan Pichat Date: Mon, 28 Aug 2023 15:12:09 +0200 Subject: [PATCH] Preparation for the 6.0.1 release --- config.xml | 2 +- productcomments.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index cfa4704..432e267 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ productcomments - + diff --git a/productcomments.php b/productcomments.php index dd09373..10802ea 100644 --- a/productcomments.php +++ b/productcomments.php @@ -47,7 +47,7 @@ public function __construct() { $this->name = 'productcomments'; $this->tab = 'front_office_features'; - $this->version = '6.0.0'; + $this->version = '6.0.1'; $this->author = 'PrestaShop'; $this->need_instance = 0; $this->bootstrap = true;