From e4080198d313cbf637b44f36851dcc71a1b7370d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=A0=C4=87eki=C4=87?= Date: Tue, 14 Jul 2026 20:51:09 +0200 Subject: [PATCH] fix(mobile): bump app version to 1.0.3 --- 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 299d594bec..5fe7732c8c 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -25,7 +25,7 @@ const config: ExpoConfig = { name: 'Kilo', owner: 'kilocode', slug: 'kilo-app', - version: '1.0.2', + version: '1.0.3', orientation: 'portrait', icon: './assets/images/logo.png', scheme: 'kiloapp',