From 864dcb2330292771b29cbdb9e22ce2eaa522c6de Mon Sep 17 00:00:00 2001 From: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com> Date: Thu, 28 May 2026 14:36:40 -0400 Subject: [PATCH] Update mobile 0.0.10 release links Point Android mobile download links at the published mobile-v0.0.10 release. --- README.md | 2 +- src/renderer/src/components/settings/MobileSettingsPane.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 778c03116..3bedf4264 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Control your agents from your phone.

- **iOS:** [Download from App Store](https://apps.apple.com/us/app/orca-ide/id6766130217) -- **Android:** [Download from GH release](https://github.com/stablyai/orca/releases/tag/mobile-v0.0.9) +- **Android:** [Download from GH release](https://github.com/stablyai/orca/releases/tag/mobile-v0.0.10) --- diff --git a/src/renderer/src/components/settings/MobileSettingsPane.tsx b/src/renderer/src/components/settings/MobileSettingsPane.tsx index ad3e5bffc..2b1551272 100644 --- a/src/renderer/src/components/settings/MobileSettingsPane.tsx +++ b/src/renderer/src/components/settings/MobileSettingsPane.tsx @@ -11,7 +11,7 @@ import { export { MOBILE_SETTINGS_PANE_SEARCH_ENTRIES } const ORCA_IOS_APP_STORE_URL = 'https://apps.apple.com/app/orca-ide/id6766130217' -const ORCA_ANDROID_RELEASE_URL = 'https://github.com/stablyai/orca/releases/tag/mobile-v0.0.9' +const ORCA_ANDROID_RELEASE_URL = 'https://github.com/stablyai/orca/releases/tag/mobile-v0.0.10' type MobileSettingsPaneProps = { settings: GlobalSettings