diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 42b16ab28..9f8acb01d 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,10 @@ # Mac Release Notes +### 6.0 build 6027 - 26 Mar 2021 + +No code changes since 6.0b5 +Changed the feed URL for test builds back to the normal test build feed URL + ### 6.0b5 build 6026 - 25 Mar 2021 Fixed a bug where sometimes the app wouldn’t automatically refresh after the Mac wakes from sleep diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 40a0a8c67..59d7e29e6 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.0b5 -CURRENT_PROJECT_VERSION = 6025 +MARKETING_VERSION = 6.0 +CURRENT_PROJECT_VERSION = 6026 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;