From 16220af22a03ebc2edcc5d929a4646da53e33d94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:02:28 +0000 Subject: [PATCH] chore(kilo-app): bump version to 1.0.11 --- apps/mobile/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 72d0170cf3..a4a3fb4612 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -65,7 +65,7 @@ const config: ExpoConfig = { name: 'Kilo', owner: 'kilocode', slug: 'kilo-app', - version: '1.0.10', + version: '1.0.11', // Portrait-only is an accepted, documented product deviation from WCAG 1.3.4 // (Orientation). Landscape layouts and iPad split-view/multitasking are out // of scope; `ios.requireFullScreen` below enforces that. This is not claimed