Update web/templates/pwa/service-worker.js

This commit is contained in:
2025-08-24 02:50:18 +00:00
parent a024851fa9
commit a51b506c9f
+1 -1
View File
@@ -1,5 +1,5 @@
// Service Worker — Illustrations DB // Service Worker — Illustrations DB
const VERSION = 'v1.0.1'; const VERSION = 'v1.0.2';
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/';