From 75cc85e8453be48d9f1a7f57f5ec35d49cf60006 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 13 Mar 2023 14:14:57 +0000 Subject: [PATCH] Fix incoorect version increment --- index.html | 2 +- sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e963c91..a230bf5 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ diff --git a/sw.js b/sw.js index 7cfde79..b9dfc6d 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "1.0.9" +const appVersion = "1.1.0" const cacheName = `owlboard-${appVersion}`; const cacheIDs = [cacheName]; const cacheFiles = [