diff --git a/index.html b/index.html index 1ce9380..3029fa5 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,8 @@
-

New feature in testing: PIS Code lookup

+

New feature: Find PIS by Headcode

+

Coming Soon: Staff Depature Boards & Live Train Data

Customise your quick links on the Settings page.

diff --git a/js/lib.main.js b/js/lib.main.js index 5d42569..e4eed20 100644 --- a/js/lib.main.js +++ b/js/lib.main.js @@ -1,6 +1,6 @@ /* eslint-disable no-unused-vars */ /* All Page Init */ -const version = '2023.6.4' +const version = '2023.6.5' /* Feature Detectors */ diff --git a/sw.js b/sw.js index 8bea6fc..8d8bc7d 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const swVersion = '2023.6.4-1' +const swVersion = '2023.6.5-1' const cacheName = `owlboard-${swVersion}` const cacheIDs = [cacheName] let staticCache = [