Updated version information

This commit is contained in:
alext 2018-07-29 16:09:41 +02:00
parent b3b1815c8d
commit 0a3e31646f
1 changed files with 2 additions and 2 deletions

View File

@ -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';
/*
|--------------------------------------------------------------------------