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',