From 26b26aa8b40e915f1539d2373a7adeb78e5301cb Mon Sep 17 00:00:00 2001 From: Jonathan Lelievre Date: Thu, 15 Feb 2024 15:43:48 +0100 Subject: [PATCH] Bumb version 6.0.6 --- config.xml | 2 +- ps_linklist.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index a6564e8f..ee98691c 100644 --- a/config.xml +++ b/config.xml @@ -2,7 +2,7 @@ ps_linklist - + diff --git a/ps_linklist.php b/ps_linklist.php index a34a0b12..d2fa5572 100644 --- a/ps_linklist.php +++ b/ps_linklist.php @@ -73,7 +73,7 @@ public function __construct() { $this->name = 'ps_linklist'; $this->author = 'PrestaShop'; - $this->version = '6.0.5'; + $this->version = '6.0.6'; $this->need_instance = 0; $this->tab = 'front_office_features';