From a51b506c9fb180287cab9dc8461df0eb7a9fbc6b Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 24 Aug 2025 02:50:18 +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 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/';