From d7a0ba246fcd976067609412abd625f79e3d70a7 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 4 Apr 2023 22:17:11 +0100 Subject: [PATCH] Bump version for auth compat --- index.html | 2 +- sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fcc9db7..63498c1 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ diff --git a/sw.js b/sw.js index 08250ac..b975e29 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "1.3.0" +const appVersion = "2.0.0-dev" const cacheName = `owlboard-${appVersion}`; const cacheIDs = [cacheName]; const cacheFiles = [