From 0776dda5e728f7f1f8f92b539d63839d08c183e9 Mon Sep 17 00:00:00 2001 From: boxgaming <75969133+boxgaming@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:32:38 -0500 Subject: [PATCH] Incremented cache version --- service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index c63a3c0..fff77ad 100644 --- a/service-worker.js +++ b/service-worker.js @@ -14,7 +14,7 @@ // Names of the two caches used in this version of the service worker. // Change to v2, etc. when you update any of the local resources, which will // in turn trigger the install event again. -const PRECACHE = 'precache-v4'; +const PRECACHE = 'precache-v5'; const RUNTIME = 'runtime'; const PREFIX = (self.location.origin.indexOf("github.io") == -1) ? "/" : "/qbjs/";