diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-22 00:06:52 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-10-22 00:07:11 +0200 |
| commit | 5d6fd75899e96826f8e8aa0c84f7f186cbc7e471 (patch) | |
| tree | 811cf377bdbe85a3343aed673a6541efee64e982 /src/frontend/public/pwa-worker.js | |
| parent | 770f764d55045dae34737a5d6111cc7362330e9a (diff) | |
Confirm region change, make app name more consistent
Diffstat (limited to 'src/frontend/public/pwa-worker.js')
| -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 f9bb758..810478d 100644 --- a/src/frontend/public/pwa-worker.js +++ b/src/frontend/public/pwa-worker.js @@ -1,4 +1,4 @@ -const CACHE_VERSION = "20251021b"; +const CACHE_VERSION = "20251022a"; const STATIC_CACHE_NAME = `static-cache-${CACHE_VERSION}`; const STATIC_CACHE_ASSETS = [ "/favicon.ico", |
