Updated app's config file for 1.3.0-beta.1

This commit is contained in:
alext 2018-01-15 09:16:09 +01:00
parent 6f5ac8c695
commit dbcabd26fd
1 changed files with 2 additions and 2 deletions

View File

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