commit 2cc6330bbe05505d2c8f3bd5fdb82f0d235ebfaa parent 7e491abe191751bca5c28a4a4d59fb9282a93443 Author: Amit Dutta <mail@amit.is-a.dev> Date: Sat, 29 Aug 2026 19:25:58 +0530 Update service worker cache names to version 4.2.3 Diffstat:
| M | sw.js | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sw.js b/sw.js @@ -1,5 +1,5 @@ -const CACHE_NAME = 'walogger-4.1.5'; // Incremented to trigger an update -const FONT_CACHE = 'walogger-fonts-4.1'; // New cache specifically for offline Google Fonts +const CACHE_NAME = 'walogger-4.2.3'; // Incremented to trigger an update +const FONT_CACHE = 'walogger-fonts-4.2.3'; // New cache specifically for offline Google Fonts const ASSETS = [ './', '<--- website link --->',