From 91f20dbb05def0db8566db111a38ed36c0e0149b Mon Sep 17 00:00:00 2001 From: alext Date: Sun, 24 Jun 2018 13:00:37 +0200 Subject: [PATCH] Updated app version info for 1.3.2 --- src/application/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/application/config/config.php b/src/application/config/config.php index 9962a551..a634fdfb 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.3.1'; // This must be changed manually. +$config['version'] = '1.3.2'; // 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; @@ -273,7 +273,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/'; | new release. | */ -$config['cache_busting_token'] = '93GE1'; +$config['cache_busting_token'] = '93GT3'; /* |--------------------------------------------------------------------------