From ac4cf8cb885c116ee19cf1e77ba43464b7e6c1bd Mon Sep 17 00:00:00 2001 From: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com> Date: Fri, 22 May 2026 18:28:55 -0400 Subject: [PATCH] Prepare mobile 0.0.9 Bump mobile app version to 0.0.9. --- mobile/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/app.json b/mobile/app.json index 9e915ee44..e9aefbe09 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Orca", "slug": "orca-mobile", - "version": "0.0.8", + "version": "0.0.9", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic",