summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2026-01-30 15:49:10 +0200
committerJan Tuomi <jan@jantuomi.fi>2026-01-30 15:49:10 +0200
commit6505d89669a85dd8b0c6aa8ce5c7b21542ad9063 (patch)
tree1c0131aed7566996079fc28e158a6586f0a210b5 /docs/index.service.worker.js
parentaa2f8723ab5b87bb357d58a0165321a2060debb3 (diff)
Add rooms
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 6be9f7f..4d6b6ea 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 = '1765227407|25192476318';
+const CACHE_VERSION = '1769780248|11056701654';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;