From 2275de0e2deba8a9d91a2ceaeea3ca5eb4bf6989 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 19 Dec 2023 21:12:56 -0800 Subject: [PATCH] Bump version. Update release notes. --- Technotes/ReleaseNotes-iOS.markdown | 6 ++++++ xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index 2ed2c828b..094823c2a 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,11 @@ # iOS Release Notes +### 6.1.5 TestFlight build 6122 - 19 Dec 2023 + +Remove code for showing Twitter and Reddit deprecation alerts. + +Build using Xcode 15.1. + ### 6.1.5 TestFlight build 6121 - 29 Sep 2023 Build using Xcode 15 to make sure there are no regressions. diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 85022cf28..14bff44d9 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -1,7 +1,7 @@ // High Level Settings common to both the iOS application and any extensions we bundle with it MARKETING_VERSION = 6.1.5 -CURRENT_PROJECT_VERSION = 6121 +CURRENT_PROJECT_VERSION = 6122 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon