From 77437194e02402357a53da2624f2936277511e44 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sun, 17 Dec 2023 11:57:23 -0800 Subject: [PATCH] Bump ios build number --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 717279b2..2c3b05b3 100644 --- a/app.config.js +++ b/app.config.js @@ -9,7 +9,7 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '2' + const IOS_BUILD_NUMBER = '3' /** * Android build number. Must be incremented for each release.