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