From 016143e3063fb4917e74cd7ad8cdd56e4c225719 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 18 Oct 2020 18:25:30 -0700 Subject: [PATCH] Bump version and build number for 5.0.5 TestFlight build. --- xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 5069c364b..186ab57f8 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -1,7 +1,7 @@ // High Level Settings common to both the iOS application and any extensions we bundle with it -MARKETING_VERSION = 5.0.4 -CURRENT_PROJECT_VERSION = 53 +MARKETING_VERSION = 5.0.5 +CURRENT_PROJECT_VERSION = 54 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon