From 045c903074608200c5d4d3ddb0b4be9563556cd6 Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 13 Aug 2026 14:09:16 +0200 Subject: [PATCH] =?UTF-8?q?chore(sw):=20bump=20to=20v108=20(root=20redirec?= =?UTF-8?q?t=20=E2=86=92=20/client)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/service-worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/service-worker.js b/public/service-worker.js index b6e1db3..a6c2871 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,8 +1,8 @@ const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1"; if (!isLocalhost) { - const STATIC_CACHE = "construction-delivery-static-v107"; - const RUNTIME_CACHE = "construction-delivery-runtime-v107"; + const STATIC_CACHE = "construction-delivery-static-v108"; + const RUNTIME_CACHE = "construction-delivery-runtime-v108"; const APP_SHELL_URLS = ["/", "/client", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => {