summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-27 19:19:49 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-27 19:29:29 +0200
commit99be84042a7796fab592d46db3704f1e0058440d (patch)
tree4cf51082912db2d2d923df78fdd7152b00b9e9a1 /docs/index.service.worker.js
parent0b0960c76c99e44632428cdeb116f5642181641a (diff)
Fix paused bug
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 c4e3a3c..85bcaac 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 = '1764178526|14188520319';
+const CACHE_VERSION = '1764264560|5770444584';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;