From 6fe0bfbc73762bd09877cdaeddcfc2cfc19daa4d Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 13 Aug 2026 15:03:23 +0200 Subject: [PATCH] chore(sw): bump to v112 (endpoint-targeted test push) --- 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 46c4a24..0d4556f 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-v111"; - const RUNTIME_CACHE = "construction-delivery-runtime-v111"; + const STATIC_CACHE = "construction-delivery-static-v112"; + const RUNTIME_CACHE = "construction-delivery-runtime-v112"; const APP_SHELL_URLS = ["/", "/client", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => {