From d63fbff05eead216c90962305fc5d5cc2ff3dd04 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 4 Sep 2021 16:51:13 -0700 Subject: [PATCH] Bump version to 6.0.3 --- Technotes/ReleaseNotes-Mac.markdown | 4 ++++ xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 4ee3ff364..1071a0f35 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,9 @@ # Mac Release Notes +### 6.0.4 build 6035 - 4 Sep 2021 + +(Changes from 6.0.3b1 and 6.0.3b2) + ### 6.0.3b2 build 6034 - 29 Aug 2021 Feedly: preserve custom feed names with Feedly when moving them between folders diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 2d6bf12a7..78e453938 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -1,6 +1,6 @@ // High Level Settings common to both the Mac application and any extensions we bundle with it -MARKETING_VERSION = 6.0.3b2 -CURRENT_PROJECT_VERSION = 6034 +MARKETING_VERSION = 6.0.3 +CURRENT_PROJECT_VERSION = 6035 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;