From 80ada4d20a000686e55f170288b54fcb59a4b586 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 6 Dec 2023 22:18:26 -0800 Subject: [PATCH] Increment 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 55a2f1e4..c2df6760 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 = '9' + const IOS_BUILD_NUMBER = '10' /** * Android build number. Must be incremented for each release.