diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-28 23:06:46 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-28 23:06:46 +0200 |
| commit | 121c3ca9c0080005bdeebc6827aecf2b36721286 (patch) | |
| tree | 9c50cafc539c54949be708d8afbc9a3960dfff0a /docs/index.service.worker.js | |
| parent | 63e638242316ed011bea9c6defea81a68062e8fc (diff) | |
Add action button to ts ui
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 3ef8c73..c2f5364 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 = '1764276298|14106419829'; +const CACHE_VERSION = '1764363858|27701075135'; /** @type {string} */ const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-'; const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION; |
