From 64101c344b3cf33b8c96adafde2ca82bb79c6487 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 21 Mar 2024 17:08:11 -0700 Subject: [PATCH] Update version and release notes. --- Technotes/ReleaseNotes-iOS.markdown | 4 ++++ xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index 696cbbcb1..bb7cb37d1 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,9 @@ # iOS Release Notes +### 6.1.5 TestFlight build 6124 - 21 Mar 2024 + +Nothing actually changed — this is just because TestFlight expired. + ### 6.1.5 TestFlight build 6123 - 21 Dec 2023 Building with Xcode 14.2 on macOS 13 to see if that makes the new-in-iOS-17 crashing bug go away. diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 4cc521655..f75dc8eb9 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 = 6123 +CURRENT_PROJECT_VERSION = 6124 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon