diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index a90c4f723..8b216dffd 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,6 +1,11 @@ # iOS Release Notes -### 6.1 TestFligth build 6104 - 6 April 2022 +### 6.1 TestFlight build 6105 = 6 July 2022 + +Write widget icons to the shared container +Make crashes slightly less likely when building up widget data + +### 6.1 TestFlight build 6104 - 6 April 2022 Building on a new machine and making sure all’s well Moved built-in themes to the app bundle so they’re always up to date diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 4351c5e70..2f0e70824 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 = 6104 +CURRENT_PROJECT_VERSION = 6105 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon