diff --git a/static/js/sw.js b/static/js/sw.js index 63ce68b..f53b666 100644 --- a/static/js/sw.js +++ b/static/js/sw.js @@ -2,7 +2,7 @@ * diora service worker — caches the app shell for offline use. */ -const CACHE = 'diora-v5'; +const CACHE = 'diora-v6'; const PODCAST_CACHE = 'diora-podcast-v1'; const SHELL = [ '/static/css/app.css',