diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-12 23:20:36 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-12 23:20:36 +0200 |
| commit | 497a2893465bf0cd84cf6d3cc9023daba336f253 (patch) | |
| tree | abd919f1147e342a6ab89c55103b6437051de2ae /src/frontend | |
| parent | 325abb4e6c234239d6a24627a37352bea77c3c21 (diff) | |
update SW version
Diffstat (limited to 'src/frontend')
| -rw-r--r-- | src/frontend/public/pwa-worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/public/pwa-worker.js b/src/frontend/public/pwa-worker.js index ef696fe..e43cf9e 100644 --- a/src/frontend/public/pwa-worker.js +++ b/src/frontend/public/pwa-worker.js @@ -1,4 +1,4 @@ -const CACHE_VERSION = "2025-0907a"; +const CACHE_VERSION = "2025-1012a"; const STATIC_CACHE_NAME = `static-cache-${CACHE_VERSION}`; const STATIC_CACHE_ASSETS = [ "/favicon.ico", |
