summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-14 10:45:04 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-14 10:45:04 +0200
commitcb5ddada498a44e8569bdf53359ee06ee11e3d44 (patch)
treefc52d60d612067b2fa43f9f9b800f7fc44d531ad /docs/index.service.worker.js
parentbce80184961866e0efcc227becf15fe66bd99428 (diff)
Add coyote time
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 b5be385..3c96be4 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 = '1763108177|14024774539';
+const CACHE_VERSION = '1763109853|15701222846';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;