From 6f2f9c589af17d0502e2abf07a7037269aed7b2f Mon Sep 17 00:00:00 2001 From: a2nr Date: Sun, 19 Jul 2026 19:09:45 +0700 Subject: [PATCH] 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. --- frontend/src/lib/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/version.ts b/frontend/src/lib/version.ts index e6c7a9e..f496d82 100644 --- a/frontend/src/lib/version.ts +++ b/frontend/src/lib/version.ts @@ -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;