diff --git a/web/templates/pwa/service-worker.js b/web/templates/pwa/service-worker.js index 4816670..f1a2d74 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.1'; +const VERSION = 'v1.0.2'; const STATIC_CACHE = `static-${VERSION}`; const PAGES_CACHE = `pages-${VERSION}`; const OFFLINE_URL = '/offline/';