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

This commit is contained in:
Joshua Laymon 2025-08-24 02:50:18 +00:00
parent a024851fa9
commit a51b506c9f

View File

@ -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/';