From a669a83cce3ce10d5300800f6c1b6a6659e311a9 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sun, 7 Feb 2016 15:29:54 +0100 Subject: [PATCH] Increased the E\!A version in the config file for 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 10d9c160..25b3fa44 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -9,7 +9,7 @@ | the global "config" variable. | */ -$config['ea_version'] = '1.1.0'; // This must be changed manually. +$config['ea_version'] = '1.1.1'; // This must be changed manually. $config['ea_release_title'] = ''; // Leave empty for no title or add BETA, TEST etc ... $config['ea_google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE;