From 1d2ffadbd96196ab7a4732745b4f8e9b9fee678c Mon Sep 17 00:00:00 2001 From: alext Date: Sun, 13 Nov 2016 12:18:23 +0100 Subject: [PATCH] Updated version --- 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 3572a706..efd2c63e 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -8,7 +8,7 @@ | Declare some of the global config values of Easy!Appointments. | */ -$config['version'] = '1.2'; // This must be changed manually. +$config['version'] = '1.2.1'; // This must be changed manually. $config['release_label'] = ''; // Leave empty for no title or add Alpha, Beta etc ... $config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE;