From 0a77e02c83f14f92a25718a27fd9b0f721cf7501 Mon Sep 17 00:00:00 2001 From: chee Date: Wed, 18 Sep 2024 22:09:58 +0100 Subject: [PATCH] trash the cash --- public/service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/service-worker.js b/public/service-worker.js index c886661..f0913c8 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -1,5 +1,5 @@ // update this when changing the service worker -const SERVICE_WORKER_VERSION = "v3" +const SERVICE_WORKER_VERSION = "v4" const addResourcesToCache = async resources => { const cache = await caches.open(SERVICE_WORKER_VERSION)