diff --git a/public/service-worker.js b/public/service-worker.js index 5597229..4f2f14a 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-v81"; - const RUNTIME_CACHE = "construction-delivery-runtime-v81"; + const STATIC_CACHE = "construction-delivery-static-v82"; + const RUNTIME_CACHE = "construction-delivery-runtime-v82"; const APP_SHELL_URLS = ["/", "/index.html", "/manifest.webmanifest", "/icons/icon-192.png", "/icons/icon-512.png"]; self.addEventListener("install", (event) => {