From d854e882187c4358ae3b4c1fb9d1324f5fe215e4 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 8 Dec 2023 16:31:08 -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 babd25ac..2f6c3b10 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 = '11' + const IOS_BUILD_NUMBER = '12' /** * Android build number. Must be incremented for each release.