From c4aebb08a4ab26b8c1faed145d41aae45c7a1b08 Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 14 Aug 2026 15:08:35 +0200 Subject: [PATCH] chore(sw): bump to v113 (timeline SMS state from log) --- 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 0d4556f..b46ffef 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-v112"; - const RUNTIME_CACHE = "construction-delivery-runtime-v112"; + const STATIC_CACHE = "construction-delivery-static-v113"; + const RUNTIME_CACHE = "construction-delivery-runtime-v113"; const APP_SHELL_URLS = ["/", "/client", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => {