From a024851fa96014be432e894a29ae10c0fecda916 Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 24 Aug 2025 02:47:20 +0000 Subject: [PATCH] Update web/templates/pwa/service-worker.js --- web/templates/pwa/service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/';