From 09b00fe47aa6eef6aa1787a16792bcacb172327c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 22 Jul 2025 14:05:10 +0400 Subject: [PATCH] fix: change service worker version --- sw.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sw.js b/sw.js index 2f79725..7c930bc 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ -const CACHE_NAME = 'kaubuntu-v1'; -const STATIC_CACHE_NAME = 'kaubuntu-static-v1'; -const DYNAMIC_CACHE_NAME = 'kaubuntu-dynamic-v1'; +const CACHE_NAME = 'kaubuntu-v2'; +const STATIC_CACHE_NAME = 'kaubuntu-static-v2'; +const DYNAMIC_CACHE_NAME = 'kaubuntu-dynamic-v2'; // Ressources à mettre en cache immédiatement const STATIC_ASSETS = [