From 6a34f3662100401158f0aec317f64d417589d2df Mon Sep 17 00:00:00 2001 From: root Date: Fri, 3 Jul 2026 12:45:26 +0000 Subject: [PATCH] =?UTF-8?q?SW=20v54=20=E2=80=94=20business=20schedule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/service-worker.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/service-worker.js b/public/service-worker.js index 51d6ed9..e61e17a 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,10 +1,8 @@ const isLocalhost = self.location.hostname === "localhost" || self.location.hostname === "127.0.0.1"; if (!isLocalhost) { - const STATIC_CACHE = "construction-delivery-static-v43"; - const RUNTIME_CACHE = "construction-delivery-runtime-v43"; - const STATIC_CACHE = "construction-delivery-static-v43"; - const RUNTIME_CACHE = "construction-delivery-runtime-v43"; + const STATIC_CACHE = "construction-delivery-static-v54"; + const RUNTIME_CACHE = "construction-delivery-runtime-v54"; const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => {