diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 8a876df97..c3abcbf58 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,10 @@ # Mac Release Notes +### 6.0.1 build 6030 - 1 Apr 2021 + +Adjusted layout of the add account sheet so that it fits on smaller monitors +Sidebar: properly scale the smart feed icons when sidebar is set to large size in System Preferences + ### 6.0.1b2 build 6029 - 29 Mar 2021 Twitter: fixed a date parsing bug that could affect people in some locales, which would prevent Twitter feeds from working for them diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 115f5db14..eb5f690ce 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.1b2 -CURRENT_PROJECT_VERSION = 6029 +MARKETING_VERSION = 6.0.1 +CURRENT_PROJECT_VERSION = 6030 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;