From 39fd810118224dc9914b4e952d94aa4751e0b7f9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 13 Mar 2023 20:40:16 +0000 Subject: [PATCH] Adjust stats page, bump patch version --- index.html | 2 +- stat.html | 18 +++++++++++++++--- sw.js | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 97168d6..a0bd601 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ diff --git a/stat.html b/stat.html index 5108c60..d0fc601 100644 --- a/stat.html +++ b/stat.html @@ -52,15 +52,27 @@ Version - owlboard-backend + + + backend + + - dbmanager + + + db-manager + + - owlboard-web + + + web-frontend + + diff --git a/sw.js b/sw.js index f89f9e5..41d9b5c 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "1.1.1" +const appVersion = "1.1.2" const cacheName = `owlboard-${appVersion}`; const cacheIDs = [cacheName]; const cacheFiles = [