diff --git a/Technotes/ReleaseNotes-Mac.markdown b/Technotes/ReleaseNotes-Mac.markdown index b9d8ad230..a6e4c1ebe 100644 --- a/Technotes/ReleaseNotes-Mac.markdown +++ b/Technotes/ReleaseNotes-Mac.markdown @@ -1,5 +1,9 @@ # Mac Release Notes +### 6.1.3b1 build 6117 18 June 2023 + +Show Reddit deprecation notice on startup if needed. + ## 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 8869df359..e2c771cba 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.2 -CURRENT_PROJECT_VERSION = 6114 +MARKETING_VERSION = 6.1.3b1 +CURRENT_PROJECT_VERSION = 6117 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;