From f5d014d4c7b42213e41f2cbc75d318e6462e6995 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Sat, 9 Dec 2023 17:21:03 -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 415693af..53a61c68 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 = '13' + const IOS_BUILD_NUMBER = '14' /** * Android build number. Must be incremented for each release.