From ceb0e297148b98d29e568395f1bccadff5ace70d Mon Sep 17 00:00:00 2001 From: dignajar Date: Mon, 20 Jun 2016 23:09:38 -0300 Subject: [PATCH] Plugins updates --- bl-kernel/boot/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index bfde309b..13acf17b 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -3,8 +3,8 @@ // Bludit version define('BLUDIT_VERSION', '1.4'); define('BLUDIT_CODENAME', 'Spot'); -define('BLUDIT_RELEASE_DATE', '2016-06-19'); -define('BLUDIT_BUILD', '20160619'); +define('BLUDIT_RELEASE_DATE', '2016-06-20'); +define('BLUDIT_BUILD', '20160620'); // Debug mode define('DEBUG_MODE', TRUE);