From 9c5925aea0d86c02f7b865d484a6d5a626b037e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Ste=CC=A8pien=CC=81?= Date: Sun, 23 Apr 2023 23:36:29 +0200 Subject: [PATCH] version bump --- is_themecore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/is_themecore.php b/is_themecore.php index 7de2712..f77b50b 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.4'; + $this->version = '4.0.0'; $this->author = 'Igor Stępień'; $this->ps_versions_compliancy = ['min' => '8.0.0', 'max' => _PS_VERSION_];