From e4112210f25e7e83af22b960f2f62df51eb5387c Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 4 Dec 2024 19:04:12 -0800 Subject: [PATCH] Update version and 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 aef5050e6..a7cee8039 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.1.5 -CURRENT_PROJECT_VERSION = 6124 +MARKETING_VERSION = 6.1.6 +CURRENT_PROJECT_VERSION = 6125 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";