Update mobile 0.0.10 release links

Point Android mobile download links at the published mobile-v0.0.10 release.
This commit is contained in:
Jinwoo Hong 2026-05-28 14:36:40 -04:00 committed by GitHub
parent 7cbee189f7
commit 864dcb2330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ Control your agents from your phone.
</p>
- **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)
---

View File

@ -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