summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-21 13:56:01 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-21 14:01:11 +0200
commit413d219eba1157284a6a90ecb9f736058158bb5f (patch)
tree50c7b2a6e1b4c9a1eb01b7f94e3f67703b3aae16 /docs/index.service.worker.js
parent7b44fcc1ef95fdfcc6723f8e6a594012764a8cab (diff)
Add map
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 887a823..e02bcd8 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 = '1763711573|24285426062';
+const CACHE_VERSION = '1763726174|3525817723';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;