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 = [