From 75eabc4c2c987a4b7601cf22e4507026614ffc68 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 2 Feb 2023 19:55:54 +0000 Subject: [PATCH] Frontend: Update 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 0ba0186..6fb3178 100644 --- a/static/index.html +++ b/static/index.html @@ -62,7 +62,7 @@ diff --git a/static/sw.js b/static/sw.js index ed436b1..a2101df 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "0.0.1-dev-2023013109" +const appVersion = "0.0.1-dev-2023020201" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [