diff --git a/web/templates/pwa/service-worker.js b/web/templates/pwa/service-worker.js index 3ae7e9a..4816670 100644 --- a/web/templates/pwa/service-worker.js +++ b/web/templates/pwa/service-worker.js @@ -1,5 +1,5 @@ // Service Worker — Illustrations DB -const VERSION = 'v1.0.0'; +const VERSION = 'v1.0.1'; const STATIC_CACHE = `static-${VERSION}`; const PAGES_CACHE = `pages-${VERSION}`; const OFFLINE_URL = '/offline/';