From cd3384ece86825290607a04522c4837dc0533bd0 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 30 Mar 2023 20:41:20 +0100 Subject: [PATCH] Fix version number --- index.html | 2 +- sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9059024..396f141 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ diff --git a/sw.js b/sw.js index 025810d..ea437ad 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "1.2.0" +const appVersion = "1.2.2" const cacheName = `owlboard-${appVersion}`; const cacheIDs = [cacheName]; const cacheFiles = [