diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-12-08 22:59:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-12-08 22:59:55 +0200 |
| commit | c09d1026f21fd10623866dda8251fe144e358d53 (patch) | |
| tree | d3f1403cbf5ef12f2029ee88b8fbae01a3b7ef35 /docs/index.service.worker.js | |
| parent | 7156f79ceb6c5bfd31b4d32bc896269f3b6f7e4b (diff) | |
Improve status page
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 996425f..6be9f7f 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 = '1764931733|33107827033'; +const CACHE_VERSION = '1765227407|25192476318'; /** @type {string} */ const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-'; const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION; |
