From b8d7bf0570ae2ad0704a767a68b78f08531072ca Mon Sep 17 00:00:00 2001 From: Brennan Benson <79079362+brennanb2025@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:06:29 -0700 Subject: [PATCH] Bump mobile app version to 0.0.18 (#6941) Co-authored-by: Orca --- mobile/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/app.json b/mobile/app.json index 060aa4c15..9394a9a63 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Orca", "slug": "orca-mobile", - "version": "0.0.17", + "version": "0.0.18", "orientation": "default", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic",