From 4d04f48a06bcb21346ca6e2fcd5809a2e2e9feb2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:07:07 -0800 Subject: [PATCH] chore: bump mobile app version to 2.9.5 (#1504) 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 1fce89e44..d32a5b292 100644 --- a/app/version.json +++ b/app/version.json @@ -1,10 +1,10 @@ { "ios": { - "build": 193, - "lastDeployed": "2025-12-06T09:48:56.530Z" + "build": 194, + "lastDeployed": "2025-12-14T22:52:48.122Z" }, "android": { - "build": 125, - "lastDeployed": "2025-12-14T07:58:56.243Z" + "build": 126, + "lastDeployed": "2025-12-14T22:52:48.122Z" } }