diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 4a0a33a5c3..33be0018fa 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -27,7 +27,7 @@ const config: ExpoConfig = { name: 'Kilo', owner: 'kilocode', slug: 'kilo-app', - version: '1.0.3', + version: '1.0.4', // 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