From f0a35a940b1a5a7b89a4dc6308b4387dc755dc91 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 7 Feb 2024 10:03:46 -0800 Subject: [PATCH] Bump ios build --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 49355aad..8dcdbf5d 100644 --- a/app.config.js +++ b/app.config.js @@ -20,7 +20,7 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '1' + const IOS_BUILD_NUMBER = '2' /** * Android build number. Must be incremented for each release.