From 6abc8d2ca2128bea0a0d19055b906e287dd81ce3 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 22 Jan 2023 12:22:30 -0800 Subject: [PATCH] Write release notes and update version. --- 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 a003bf4a7..ce031129a 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,9 @@ # iOS Release Notes +### 6.1.1 TestFlight build 6113 - 22 Jan 2023 + +Fix a crashing bug when fetching data for the widget + ### 6.1.1 TestFlight build 6112 - 16 Jan 2023 Add some feeds back to defaults — now an even 10 feeds diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 1a2ecfd02..3f86026d9 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.1 -CURRENT_PROJECT_VERSION = 6112 +CURRENT_PROJECT_VERSION = 6113 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon