From de5758a1235d29123defcbd42950e31ee62e2144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Fri, 27 Mar 2026 01:38:59 +0100 Subject: [PATCH] =?UTF-8?q?affichage=20=C3=A0=20l'=C3=A9cran=20de=20la=20v?= =?UTF-8?q?ersion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 18 +++++++++--------- public/sw.js | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index c1bcb05..364fe01 100644 --- a/public/index.html +++ b/public/index.html @@ -13,15 +13,15 @@ -
-
- - -
- -
+
+
+ + v1.201 + + +
+ +
diff --git a/public/sw.js b/public/sw.js index 99d235c..6eed1fa 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'sb-v1.2'; // Change ce numéro pour forcer une mise à jour globale +const CACHE_NAME = 'sb-v1.201'; // Change ce numéro pour forcer une mise à jour globale const ASSETS = [ './', // Racine './index.html',