Update web/templates/pwa/service-worker.js
This commit is contained in:
parent
a024851fa9
commit
a51b506c9f
@ -1,5 +1,5 @@
|
||||
// Service Worker — Illustrations DB
|
||||
const VERSION = 'v1.0.1';
|
||||
const VERSION = 'v1.0.2';
|
||||
const STATIC_CACHE = `static-${VERSION}`;
|
||||
const PAGES_CACHE = `pages-${VERSION}`;
|
||||
const OFFLINE_URL = '/offline/';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user