From c2995b7071b27cde095d99861e815688a51a7260 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 8 Feb 2023 11:00:11 +0000 Subject: [PATCH] Frontend: Bump version to 0.0.2 --- 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 ab1dbe8..abc3b7f 100644 --- a/static/index.html +++ b/static/index.html @@ -64,7 +64,7 @@ diff --git a/static/sw.js b/static/sw.js index 8520894..ee57f4b 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "0.0.1" +const appVersion = "0.0.2" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [