chore(mobile): bump to v0.0.2 and update Settings release link (#1427)

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Jinwoo Hong
2026-05-05 00:03:43 -07:00
committed by GitHub
co-authored by Orca
parent e623372cdb
commit b7d6bcb00c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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": {
@@ -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"