From f6cdebb8af0aafc2559627a054842796c0b7867a Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 31 Jan 2024 16:43:07 -0800 Subject: [PATCH] Bump build number --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 8e14b076..4641a045 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 = '4' + const IOS_BUILD_NUMBER = '5' /** * Android build number. Must be incremented for each release.