diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-21 23:38:47 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-21 23:38:47 +0200 |
| commit | a47082c60c945ce9ecd77675f39b5ddcfd0523a9 (patch) | |
| tree | 5a0a98e607e4887ce11290b4b3559f001d2220c5 /src/frontend/public | |
| parent | c01fada1b168ce83bfdfed34c7ba3d0ab6f2e4f4 (diff) | |
Fix cache version format in service worker
Diffstat (limited to 'src/frontend/public')
| -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 6521a52..f9bb758 100644 --- a/src/frontend/public/pwa-worker.js +++ b/src/frontend/public/pwa-worker.js @@ -1,4 +1,4 @@ -const CACHE_VERSION = "2025-1021a"; +const CACHE_VERSION = "20251021b"; const STATIC_CACHE_NAME = `static-cache-${CACHE_VERSION}`; const STATIC_CACHE_ASSETS = [ "/favicon.ico", |
