From 0e1ae52a32cf29736408b8234dac68960645ecd4 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 8 Apr 2023 10:02:33 -0700 Subject: [PATCH] Bump version and build to 6.1.2 and 6114 to avoid confusion with previous GitHub-only release of 6.1.1. --- Technotes/ReleaseNotes-Mac.markdown | 2 +- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index 8629fbfad..b9d8ad230 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,6 +1,6 @@ # Mac Release Notes -## 6.1.1 build 6113 7 Apr 2023 +## 6.1.2 build 6114 8 Apr 2023 Update default feeds to remove feeds that don’t appear to be active anymore (sadly!). diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 746e43bc8..8869df359 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.1 -CURRENT_PROJECT_VERSION = 6113 +MARKETING_VERSION = 6.1.2 +CURRENT_PROJECT_VERSION = 6114 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;