summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-23 12:57:03 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-23 12:57:33 +0200
commit93af303d191475b355c153632788e76573689597 (patch)
treeed7d23866779a6091faafbbae03efb35b8cc1cf6 /docs/index.service.worker.js
parent5c726e339a56113878073aa1929d007d052c8a8b (diff)
Disable touchscreen UI on desktop
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 bd7e6e9..3d28dbf 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 = '1763798201|23815754536';
+const CACHE_VERSION = '1763895444|1793279117';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;