diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-13 23:56:12 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-13 23:56:12 +0200 |
| commit | 8e330a5d0d47951b393f0b73119b426128381d45 (patch) | |
| tree | e730eacb3e58cb8cbdf3f9bb159470bfd8fadd43 /docs/index.service.worker.js | |
| parent | 1e1ff4a39635952513c20bdb002f2586a55152a8 (diff) | |
Improve
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 ddf416f..c891a4e 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 = '1763070536|3676227673'; +const CACHE_VERSION = '1763070961|4101122306'; /** @type {string} */ const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-'; const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION; |
