diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-14 12:41:08 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-14 12:41:08 +0200 |
| commit | c80c35213bb13ca7db939639d5a707f6944f8196 (patch) | |
| tree | 0559af4faa2beb00772bef49fcba7c37dd4bf1b2 /docs/index.service.worker.js | |
| parent | 598c69ebc933cf3561eae0e8504f14b8bd6712ef (diff) | |
Add jump buffering
Diffstat (limited to 'docs/index.service.worker.js')
| -rw-r--r-- | docs/index.service.worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.service.worker.js b/docs/index.service.worker.js index ae553fa..2c13202 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 = '1763114252|3268724986'; +const CACHE_VERSION = '1763116851|5866973052'; /** @type {string} */ const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-'; const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION; |
