From dfc2a7fc862d4218eeaaf6cc91b3d0a3ebf05f51 Mon Sep 17 00:00:00 2001 From: Alexander Schmidt Date: Wed, 11 Feb 2026 20:15:34 +0100 Subject: [PATCH] fix: bump service worker cache to v53 for updated locale files --- service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index 0e37b90..f4d4300 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'kashilo-v52'; +const CACHE_NAME = 'kashilo-v53'; const STATIC_ASSETS = [ '/', '/index.html',