From 903fd263a55dac44afab6924fdb98f4519231e96 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sun, 5 Feb 2023 21:07:46 +0000 Subject: [PATCH] Frontend: Bump version number Signed-off-by: Fred Boniface --- static/index.html | 2 +- static/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 17c6815..057e0c3 100644 --- a/static/index.html +++ b/static/index.html @@ -63,7 +63,7 @@ diff --git a/static/sw.js b/static/sw.js index 5ca8de1..a696503 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "0.0.1-dev-2023020501" +const appVersion = "0.0.1-dev-2023020502" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [