From b7d6bcb00ceffa02a4b83ecd46267b4a298c3f34 Mon Sep 17 00:00:00 2001 From: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com> Date: Tue, 5 May 2026 00:03:43 -0700 Subject: [PATCH] chore(mobile): bump to v0.0.2 and update Settings release link (#1427) Co-authored-by: Orca --- mobile/app.json | 4 ++-- src/renderer/src/components/settings/ExperimentalPane.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 25cc7cf02f6..5bfa5a4b6fb 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Orca", "slug": "orca-mobile", - "version": "0.0.1", + "version": "0.0.2", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", @@ -16,7 +16,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "com.stably.orca.mobile", - "buildNumber": "2", + "buildNumber": "3", "infoPlist": { "NSLocalNetworkUsageDescription": "Orca connects to the desktop app on your local network.", "NSAppTransportSecurity": { diff --git a/src/renderer/src/components/settings/ExperimentalPane.tsx b/src/renderer/src/components/settings/ExperimentalPane.tsx index 32daba55e89..900607f016d 100644 --- a/src/renderer/src/components/settings/ExperimentalPane.tsx +++ b/src/renderer/src/components/settings/ExperimentalPane.tsx @@ -231,7 +231,7 @@ export function ExperimentalPane({ // when cutting a new mobile-v* tag. onClick={() => void window.api.shell.openUrl( - 'https://github.com/stablyai/orca/releases/tag/mobile-v0.0.1' + 'https://github.com/stablyai/orca/releases/tag/mobile-v0.0.2' ) } className="cursor-pointer underline underline-offset-2 hover:text-foreground"