Change homepage notes, bump version

This commit is contained in:
Fred Boniface 2023-06-11 22:19:27 +01:00
parent fb9c7a4fcc
commit 7b6218e861
3 changed files with 4 additions and 3 deletions

View File

@ -61,7 +61,8 @@
<div id="quick_links"> <div id="quick_links">
</div> </div>
<div class="text-description"> <div class="text-description">
<p>New feature in testing: <a href="./pis.html">PIS Code lookup</a></p> <p>New feature: <a href="./pis.html">Find PIS by Headcode</a></p>
<p>Coming Soon: Staff Depature Boards &amp; Live Train Data</p>
<p>Customise your quick links on the <a href="./settings.html">Settings</a> page.</p> <p>Customise your quick links on the <a href="./settings.html">Settings</a> page.</p>
</div> </div>
<!-- Footer --> <!-- Footer -->

View File

@ -1,6 +1,6 @@
/* eslint-disable no-unused-vars */ /* eslint-disable no-unused-vars */
/* All Page Init */ /* All Page Init */
const version = '2023.6.4' const version = '2023.6.5'
/* Feature Detectors */ /* Feature Detectors */

2
sw.js
View File

@ -1,6 +1,6 @@
/* Service Worker */ /* Service Worker */
const swVersion = '2023.6.4-1' const swVersion = '2023.6.5-1'
const cacheName = `owlboard-${swVersion}` const cacheName = `owlboard-${swVersion}`
const cacheIDs = [cacheName] const cacheIDs = [cacheName]
let staticCache = [ let staticCache = [