From 1f845bd624cf5328d57410717e83329caaa029e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pij=C3=A1k?= Date: Mon, 7 Jan 2019 09:55:54 +0100 Subject: [PATCH] version 5.0.6 --- prestasms/src/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prestasms/src/init.php b/prestasms/src/init.php index 0d204a0..bc9e6bb 100644 --- a/prestasms/src/init.php +++ b/prestasms/src/init.php @@ -11,7 +11,7 @@ define('_BG_PRESTASMS_AUTHOR_URL_', 'https://www.bulkgate.com/'); define('_BG_PRESTASMS_PS_MIN_VERSION_', '1.7.0.0'); define('_BG_PRESTASMS_SLUG_', 'bg_prestasms'); -define('_BG_PRESTASMS_VERSION_', '5.0.5'); +define('_BG_PRESTASMS_VERSION_', '5.0.6'); define('_BG_PRESTASMS_DEMO_', false); if(!file_exists(_BG_PRESTASMS_DIR_.'/extensions/src/_extension.php'))