From 4b0a9e08f7c01dafae9c52dd1ce07e69e6db1716 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Sun, 31 May 2026 00:43:25 +0530 Subject: [PATCH] fix: Remove the versioning --- sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw.js b/sw.js index e438fa8..c19cf10 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'pascar-v1'; +const CACHE_NAME = 'pascar'; const ASSETS = [ './', 'index.html',