forked from mirrors/easyappointments
Updated app's config file for 1.3.0-beta.1
This commit is contained in:
parent
6f5ac8c695
commit
dbcabd26fd
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['version'] = '1.3.0'; // This must be changed manually.
|
$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;
|
$config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -273,7 +273,7 @@ $config['cache_path'] = __DIR__ . '/../../storage/cache/';
|
||||||
| new release.
|
| new release.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['cache_busting_token'] = 'dfsg8s09df8g098';
|
$config['cache_busting_token'] = '9sdfg987s8d7';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue