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