From dbcabd26fd2472dfe46b07a18afd4787342ff7cf Mon Sep 17 00:00:00 2001 From: alext Date: Mon, 15 Jan 2018 09:16:09 +0100 Subject: [PATCH] Updated app's config file for 1.3.0-beta.1 --- 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 b343b54d..a50099cb 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -9,7 +9,7 @@ | */ $config['version'] = '1.3.0'; // This must be changed manually. -$config['release_label'] = 'Alpha'; // Leave empty for no title or add Alpha, Beta etc ... +$config['release_label'] = 'Beta'; // 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'] = 'dfsg8s09df8g098'; +$config['cache_busting_token'] = '9sdfg987s8d7'; /* |--------------------------------------------------------------------------