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

This commit is contained in:
Joshua Laymon 2025-08-24 02:47:20 +00:00
parent 252286b15a
commit a024851fa9

View File

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