From 98b3ac7dd43d91192b733b605ea17e2b23e26325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Fri, 27 Mar 2026 02:02:57 +0100 Subject: [PATCH] =?UTF-8?q?precision=20des=20fichiers=20acept=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 +++- public/sw.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 5230a9c..8d39590 100644 --- a/public/index.html +++ b/public/index.html @@ -16,7 +16,7 @@
- v1.203 + v1.204
@@ -50,6 +50,8 @@ + + diff --git a/public/sw.js b/public/sw.js index 952ffda..27aac66 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'sb-v1.203'; // Change ce numéro pour forcer une mise à jour globale +const CACHE_NAME = 'sb-v1.204'; // Change ce numéro pour forcer une mise à jour globale const ASSETS = [ './', // Racine './index.html',