From 66b61cea84fc1cdaa449524e197f6059005b8fb4 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 20 Apr 2021 17:12:18 -0700 Subject: [PATCH] Update version and change notes for 6.0.2. --- 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 e73a6c0fd..1d914f1e3 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,9 @@ # Mac Release Notes +### 6.0.2 build 6.32 - 20 April 2021 + +Same as 6.0.2b1 + ### 6.0.2b1 build 6031 - 15 April 2021 Inoreader sync: fixed (hopefully) cause of rate limit errors — now doing background sync of statuses much less often - note that this fix needs to be rolled out across all NetNewsWire users in order for it to have full effect diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 418682b9e..3936bba05 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.2b1 -CURRENT_PROJECT_VERSION = 6031 +MARKETING_VERSION = 6.0.2 +CURRENT_PROJECT_VERSION = 6032 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;