diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-14 11:24:42 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-14 11:25:13 +0200 |
| commit | c6080b5666d4f961a11b2b420fecb581da69528e (patch) | |
| tree | 4ac9a5828589aa99724be1d1a39a4b8b55afc947 /docs/index.service.worker.js | |
| parent | cb5ddada498a44e8569bdf53359ee06ee11e3d44 (diff) | |
Add level system, fix coyote double jumps
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 3c96be4..fdc4ac4 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 = '1763109853|15701222846'; +const CACHE_VERSION = '1763112303|1319006501'; /** @type {string} */ const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-'; const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION; |
