From 394668e5df286daec9156ea24497660d9e1181bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 00:14:14 -0800 Subject: [PATCH] chore: bump mobile app version to 2.7.4 (#1358) Update build numbers and deployment timestamps after successful deployment. Co-authored-by: github-actions[bot] --- app/package.json | 2 +- app/version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/package.json b/app/package.json index 77a768b30..2f4ad6fd6 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@selfxyz/mobile-app", - "version": "2.7.3", + "version": "2.7.4", "private": true, "type": "module", "scripts": { diff --git a/app/version.json b/app/version.json index ab3df52c4..3fd16fc79 100644 --- a/app/version.json +++ b/app/version.json @@ -1,10 +1,10 @@ { "ios": { - "build": 183, - "lastDeployed": "2025-10-07T05:58:42Z" + "build": 184, + "lastDeployed": "2025-11-07T08:11:47.650Z" }, "android": { - "build": 114, + "build": 115, "lastDeployed": "2025-11-04T18:00:33.470Z" } }