summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-13 23:56:12 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-13 23:56:12 +0200
commit8e330a5d0d47951b393f0b73119b426128381d45 (patch)
treee730eacb3e58cb8cbdf3f9bb159470bfd8fadd43 /docs/index.service.worker.js
parent1e1ff4a39635952513c20bdb002f2586a55152a8 (diff)
Improve
Diffstat (limited to 'docs/index.service.worker.js')
-rw-r--r--docs/index.service.worker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.service.worker.js b/docs/index.service.worker.js
index ddf416f..c891a4e 100644
--- a/docs/index.service.worker.js
+++ b/docs/index.service.worker.js
@@ -4,7 +4,7 @@
// Incrementing CACHE_VERSION will kick off the install event and force
// previously cached resources to be updated from the network.
/** @type {string} */
-const CACHE_VERSION = '1763070536|3676227673';
+const CACHE_VERSION = '1763070961|4101122306';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;