From 68d4cd1046dea54b3ced5664298a0af329d08971 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 30 Jan 2024 20:51:02 -0800 Subject: Bump ios build number --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 4f843e889..50faa3d87 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 = '2' + const IOS_BUILD_NUMBER = '3' /** * Android build number. Must be incremented for each release. -- cgit 1.4.1