summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-14 10:16:53 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-14 10:16:53 +0200
commit5afd1a00a58d53c56ecc003ff0705c0a8773b19f (patch)
tree822eb4a936d72bcd9388fb25ea8f28f622f96b7c /docs/index.service.worker.js
parentc79b722af2a5cf733a09048e3c0eddcf0533bcfc (diff)
Add touchscreen button icons
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 c891a4e..b5be385 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 = '1763070961|4101122306';
+const CACHE_VERSION = '1763108177|14024774539';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;