From 805ff9f5c4d8c3e318f2f9cc25c4b4e5a3822630 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Tue, 28 Oct 2025 09:38:55 +1300 Subject: [PATCH] chore: bump cache to 0.1.3 for homepage cultural DNA deployment --- public/service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/service-worker.js b/public/service-worker.js index e0bde4d3..6f42c940 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -5,7 +5,7 @@ * - PWA functionality */ -const CACHE_VERSION = '0.1.1'; +const CACHE_VERSION = '0.1.3'; const CACHE_NAME = `tractatus-v${CACHE_VERSION}`; const VERSION_CHECK_INTERVAL = 3600000; // 1 hour in milliseconds