From b1a09ae71a02911997e802d97dfa0b761fbcb9a1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Aug 2026 07:14:46 +0000 Subject: [PATCH] chore(pwa): bump cache version --- 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 4f2f14a..d823394 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-v82"; - const RUNTIME_CACHE = "construction-delivery-runtime-v82"; + const STATIC_CACHE = "construction-delivery-static-v83"; + const RUNTIME_CACHE = "construction-delivery-runtime-v83"; const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => {