diff --git a/src/application/config/config.php b/src/application/config/config.php index 61ffc8b4..17936c94 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -9,7 +9,7 @@ | */ $config['version'] = '1.3.2'; // This must be changed manually. -$config['release_label'] = 'Beta 1'; // Leave empty for no title or add Alpha, Beta etc ... +$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'] = '93GT3'; +$config['cache_busting_token'] = '52FX8'; /* |--------------------------------------------------------------------------