From e503de323a8616aa89ece6e4c24324343f3c235d Mon Sep 17 00:00:00 2001 From: Gauthier Date: Sat, 14 Feb 2026 18:09:55 +0100 Subject: [PATCH] chore: upgrade PWA version (#2418) --- public/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sw.js b/public/sw.js index 3aec6343..459985d6 100644 --- a/public/sw.js +++ b/public/sw.js @@ -3,7 +3,7 @@ // previously cached resources to be updated from the network. // This variable is intentionally declared and unused. // eslint-disable-next-line @typescript-eslint/no-unused-vars -const OFFLINE_VERSION = 4; +const OFFLINE_VERSION = 5; const CACHE_NAME = 'offline'; // Customize this with a different URL if needed. const OFFLINE_URL = '/offline.html';