Bump version number

This commit is contained in:
Fred Boniface 2023-05-23 22:19:24 +01:00
parent 8e4725c65b
commit 256070eb50
2 changed files with 2 additions and 2 deletions

View File

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

2
sw.js
View File

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