forked from mirrors/easyappointments
Updated version information
This commit is contained in:
parent
b3b1815c8d
commit
0a3e31646f
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
$config['version'] = '1.3.2'; // This must be changed manually.
|
$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;
|
$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'] = '93GT3';
|
$config['cache_busting_token'] = '52FX8';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue