From 971acfcc3684989d445104908b89d442e4c9b100 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 4 Mar 2025 21:10:08 +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 198820c..3c92e38 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,4 +1,4 @@ -const CACHE_VERSION = 15; // Güncel cache versiyonu +const CACHE_VERSION = 16; // Güncel cache versiyonu const CACHE_NAME = `my-cache-v${CACHE_VERSION}`; // Önbellek adı const URLS_TO_CACHE = [ '/',