From c158869725558d36d1d24e7b9435b8ccfc1ebe3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 19:26:50 -0800 Subject: [PATCH] chore: bump mobile app version to 2.9.16 (#1746) 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 e8600bc29..a2eb7480e 100644 --- a/app/version.json +++ b/app/version.json @@ -1,10 +1,10 @@ { "ios": { - "build": 213, - "lastDeployed": "2026-02-09T22:47:48.603Z" + "build": 214, + "lastDeployed": "2026-02-13T03:05:45.284Z" }, "android": { - "build": 142, - "lastDeployed": "2026-02-10T00:22:34Z" + "build": 143, + "lastDeployed": "2026-02-13T03:05:45.284Z" } }