From 4729ed3c87ff2f1d8d38c24a84d20338a0a51a32 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 4 Dec 2024 19:01:50 -0800 Subject: [PATCH] Bring in code from previous iOS release. --- 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 1604261bc..aef5050e6 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 = 6.0.2 -CURRENT_PROJECT_VERSION = 609 +MARKETING_VERSION = 6.1.5 +CURRENT_PROJECT_VERSION = 6124 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";