From ccbbe148e6d70cc656b615545dca67e53b10aa90 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 17 Feb 2023 12:57:37 +0000 Subject: [PATCH] Bump version to 1.0.1 --- index.html | 2 +- js/stat.js | 2 +- sw.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c14048d..b4523bc 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ diff --git a/js/stat.js b/js/stat.js index 97e98c7..a45a544 100644 --- a/js/stat.js +++ b/js/stat.js @@ -11,7 +11,7 @@ async function get() { } async function display(data) { - document.getElementById('server_host').textContent = `HOST: ${data.host}`; + document.getElementById('server_host').textContent = data.host; let dat = data.dat[0] console.log(JSON.stringify(dat)) document.getElementById('time').textContent = await convertUnixLocal(dat.since); diff --git a/sw.js b/sw.js index 84ec554..c3ca709 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "1.0.0-test" +const appVersion = "1.0.1-test" const cacheName = `owlboard-${appVersion}` const cacheIDs = [cacheName] const cacheFiles = [