From b2641dc344865c4c5f339bde600779144418aabf Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Tue, 23 Jun 2026 15:00:20 +0000 Subject: [PATCH] fix: bump service worker cache version to force refresh --- static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sw.js b/static/sw.js index db8d33a..6b8c855 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'costguard-cache-v1'; +const CACHE_NAME = 'costguard-cache-v2'; const urlsToCache = [ '/static/billing-dashboard.html', '/static/command-hub.html',