From d2af89729db227043526e2909fd7bb8afd9f8f18 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 24 Sep 2022 10:52:53 -0700 Subject: [PATCH] Add release notes and version change from 6106 release. --- 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 8b216dffd..94eb05a09 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,9 @@ # iOS Release Notes +### 6.1 TestFlight build 6106 = 9 July 2022 + +Fix a bug where images wouldn’t appear in the widget + ### 6.1 TestFlight build 6105 = 6 July 2022 Write widget icons to the shared container diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 2f0e70824..75f183a55 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 -CURRENT_PROJECT_VERSION = 6105 +CURRENT_PROJECT_VERSION = 6106 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon