diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-26 12:47:12 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-26 12:47:12 +0200 |
| commit | 864722c02a36b860de23c52277f56d2692dff111 (patch) | |
| tree | 1e1c6e83aac74d1928f73bd0d6a96d801d0b2196 /docs/index.service.worker.js | |
| parent | 5adc7200bd684447ba8e65bbb088d3379c00e91c (diff) | |
Add some screen shader stuff
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 aa6398d..e1a7bd4 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 = '1764100597|5566382751'; +const CACHE_VERSION = '1764153772|1018290046'; /** @type {string} */ const CACHE_PREFIX = 'MobileMetroidvan-sw-cache-'; const CACHE_NAME = CACHE_PREFIX + CACHE_VERSION; |
