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',