From 91245169f4df5451671a0c072045df63d070e28c Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 13 Aug 2026 14:26:38 +0200 Subject: [PATCH] chore(sw): bump to v110 (text-base fix, login link) --- 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 b50257e..3377fae 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-v109"; - const RUNTIME_CACHE = "construction-delivery-runtime-v109"; + const STATIC_CACHE = "construction-delivery-static-v110"; + const RUNTIME_CACHE = "construction-delivery-runtime-v110"; const APP_SHELL_URLS = ["/", "/client", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => {