From 0a28f565de476f7e09b7d1f3af2ea8bfe45a0629 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:51:10 +0300 Subject: [PATCH] Update service-worker.js --- service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index 01f7466..24e3d58 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,5 +1,5 @@ // Determine the cache version dynamically -const CURRENT_VERSION = 9; // Current cache version number +const CURRENT_VERSION = 10; // Current cache version number const CACHE_NAME = `my-site-cache-v${CURRENT_VERSION}`; // Dynamically named cache const urlsToCache = [