summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-19 18:34:26 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-19 18:34:46 +0200
commitd61ad72495dd1514ad1833a31df3f63208160fe6 (patch)
treeb29424b6e31ab8bd6e995ded42ed3a722677f64f /docs/index.service.worker.js
parent64ef25975e570a574e2d8889a7f290032acde740 (diff)
Add room transitions
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 5e14dd2..3f38f39 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 = '1763371055|86577180';
+const CACHE_VERSION = '1763570078|4706443861';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;