From d6a7cfa4fd5d0579425c602ad115bb723713cd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Sun, 5 Mar 2023 22:59:03 +0100 Subject: [PATCH] New version 3.0.2 --- is_themecore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/is_themecore.php b/is_themecore.php index a1e41f1..c587465 100644 --- a/is_themecore.php +++ b/is_themecore.php @@ -55,7 +55,7 @@ public function __construct() { $this->name = 'is_themecore'; $this->tab = 'others'; - $this->version = '3.0.1'; + $this->version = '3.0.2'; $this->author = 'Igor Stępień'; $this->ps_versions_compliancy = ['min' => '8.0.0', 'max' => _PS_VERSION_];