From bb05bb3d12e37dd8b8a4108945872f0ad1f12ca3 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 27 Jan 2023 13:43:44 +0000 Subject: [PATCH] Frontend: - Update version string to include date string for dev versions Signed-off-by: Fred Boniface --- static/index.html | 2 +- static/sw.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index 680a336..3e8281b 100644 --- a/static/index.html +++ b/static/index.html @@ -62,7 +62,7 @@ diff --git a/static/sw.js b/static/sw.js index 71afb58..3dcae69 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,6 +1,6 @@ -/* Service Worker */ +/* Service Worker */ -const appVersion = "0.0.1-dev" +const appVersion = "0.0.1-dev-20230127001" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [