Bump SW cache to v6 to force re-cache updated app.js/app.css
Previous changes (renderBookList keyOk warning, openBook overlay fix) were being served from the stale v5 cache. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1649eb27a0
commit
96a21f5482
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue