From f035a1eb9618e2dfdf2b5b70c6b413e8ff570e9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 08:34:04 -0300 Subject: [PATCH] chore: bump mobile app version to 2.9.1 (#1432) Update build numbers and deployment timestamps after successful deployment. Co-authored-by: github-actions[bot] --- app/version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/version.json b/app/version.json index 1b0b39204..13c2626bf 100644 --- a/app/version.json +++ b/app/version.json @@ -1,10 +1,10 @@ { "ios": { - "build": 189, - "lastDeployed": "2025-11-11T17:50:43.331Z" + "build": 190, + "lastDeployed": "2025-11-19T05:35:50.564Z" }, "android": { - "build": 121, - "lastDeployed": "2025-11-12T21:52:45Z" + "build": 122, + "lastDeployed": "2025-11-19T05:35:50.564Z" } }