From f3e7fb46c16ca7d56479e958d85edaeec498c3b8 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 7 Jul 2020 19:41:30 -0700 Subject: [PATCH] Bump version and build. --- xcconfig/NetNewsWire_target.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcconfig/NetNewsWire_target.xcconfig b/xcconfig/NetNewsWire_target.xcconfig index 71d28041f..1f8c53fc5 100644 --- a/xcconfig/NetNewsWire_target.xcconfig +++ b/xcconfig/NetNewsWire_target.xcconfig @@ -29,8 +29,8 @@ PROVISIONING_PROFILE_SPECIFIER = #include? "../../SharedXcodeSettings/DeveloperSettings.xcconfig" // High Level Settings common to both the Mac application and any extensions we bundle with it -MARKETING_VERSION = 5.0.4d1 -CURRENT_PROJECT_VERSION = 2619 +MARKETING_VERSION = 5.0.4d2 +CURRENT_PROJECT_VERSION = 2620 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES COMBINE_HIDPI_IMAGES = YES