summaryrefslogtreecommitdiffstats
path: root/docs/index.service.worker.js
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-14 14:41:46 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-14 14:41:46 +0200
commit823e7458cc93e0beb91f0a78d667459b755b0c8c (patch)
tree7723dfbe258b60e52e3445b30ccc68ec2e54f778 /docs/index.service.worker.js
parent5ed6eb1c724076d3119e624951b07726a665f834 (diff)
Try improving mobile GUI
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 a6c2981..f9a1772 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 = '1763122791|11807370184';
+const CACHE_VERSION = '1763124090|13106521876';
/** @type {string} */
const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-';
const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION;