file must be changed to change revision...

This commit is contained in:
ostertun
2023-03-29 12:07:42 +02:00
parent eddf0f151b
commit b2c57839c4
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/config.php');
require_once(__DIR__ . '/../../server/version.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; ?>'; const QUERY_URL = '<?php echo QUERY_URL; ?>';

View File

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