mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
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:
@@ -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)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user