Compare commits

...

4 Commits

Author SHA1 Message Date
ostertun
a37cf0ea46 Merge branch 'hotfix/api_move_regattenNet2' 2023-03-29 12:07:52 +02:00
ostertun
b2c57839c4 file must be changed to change revision... 2023-03-29 12:07:42 +02:00
ostertun
eddf0f151b Merge branch 'hotfix/api_move_ranglistenNet' 2023-03-29 12:03:34 +02:00
ostertun
3c07c67a1a api_move_ranglistenNet: change version to update cached files => config new loaded 2023-03-29 12:03:22 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
require_once(__DIR__ . '/../../server/config.php');
require_once(__DIR__ . '/../../server/version.php');
// QUERY_URL changed in config.php (this is to update this file on client devices)
?>
const QUERY_URL = '<?php echo QUERY_URL; ?>';

View File

@@ -1,5 +1,5 @@
<?php
define('PWA_VERSION', '1.12.1');
define('PWA_VERSION', '1.12.1h2');
?>