From 77d7d02ea22e1a47e8c741d83540fc12e4cf7a56 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 14 Feb 2016 14:05:50 +0100 Subject: [PATCH] Removed the 'Beta' label of v1.1.1. --- src/application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application/config/config.php b/src/application/config/config.php index bbb870cb..25b3fa44 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -10,7 +10,7 @@ | */ $config['ea_version'] = '1.1.1'; // This must be changed manually. -$config['ea_release_title'] = 'Beta'; // Leave empty for no title or add BETA, TEST etc ... +$config['ea_release_title'] = ''; // Leave empty for no title or add BETA, TEST etc ... $config['ea_google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE; /*