From d4f6e56ff057a72c0858d9bee3777639179f60b4 Mon Sep 17 00:00:00 2001 From: Kroonk Date: Thu, 21 May 2026 17:57:27 +0200 Subject: [PATCH] fix: Bump CSS and JS version to clear browser and service worker cache --- index.html | 4 ++-- sw.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 7de4f46..2dc915c 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - +
@@ -117,6 +117,6 @@ - + diff --git a/sw.js b/sw.js index 9edd277..4bfdd8f 100644 --- a/sw.js +++ b/sw.js @@ -1,10 +1,10 @@ -const CACHE_NAME = 'mischlabs-pwa-v7'; +const CACHE_NAME = 'mischlabs-pwa-v9'; const APP_SHELL = [ '/', '/index.html', '/offline.html', - '/style.css?v=13', - '/app.js?v=3', + '/style.css?v=20', + '/app.js?v=6', '/services.json?v=1', '/manifest.webmanifest?v=3', '/icons/icon-192.png',