Move to YEAR.MONTH.RELEASE versioning

This commit is contained in:
Fred Boniface 2023-05-14 19:59:03 +01:00
parent ed071ae633
commit 4c95cd809f
2 changed files with 2 additions and 2 deletions

View File

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

2
sw.js
View File

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