From 7222dcde6f0fc6580cf44167cdcd7e12e3a90e6c Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 27 Jun 2023 08:38:48 -0700 Subject: [PATCH] Update release notes and version. --- 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 313079439..6ea0f05d5 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,9 @@ # Mac Release Notes +## 6.1.4 build 6120 27 June 2023 + +Same as 6.1.4b1 but as final release. + ## 6.1.4b1 build 6119 25 June 2023 Remove Reddit API integration. Remove UI and code for Extensions. diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 681c008db..b1128ae28 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.1.4b1 -CURRENT_PROJECT_VERSION = 6119 +MARKETING_VERSION = 6.1.4 +CURRENT_PROJECT_VERSION = 6120 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;