chore(frontend): bump APP_VERSION to 18 for SW cache-bust

Service worker evicts old caches on activate, so users always
get the new usb-deployer bundle with the read-pump fix instead
of a stale cached one.
This commit is contained in:
a2nr 2026-07-19 19:09:45 +07:00
parent 056b1a47b6
commit 6f2f9c589a
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
* Both Footer.svelte and service-worker.ts import from here.
* Bump this number after every feature/bugfix release.
*/
export const APP_VERSION = 17;
export const APP_VERSION = 18;