From fe080b8ddcdb8a3197acf760a788b641025bfa9c Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sat, 28 Aug 2021 14:26:23 -0700 Subject: [PATCH] Bump build number to 608. Write 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 76ba1e0ef..4150dfb6c 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,9 @@ # iOS Release Notes +### 6.0.1 TestFlight build 608 - 28 Aug 2021 + +Fixed our top crashing bug — it could happen when updating a table view + ### 6.0.1 TestFlight build 607 - 21 Aug 2021 Fixed bug where BazQux-synced feeds might stop updating diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index f51679314..af737cd42 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.0.1 -CURRENT_PROJECT_VERSION = 607 +CURRENT_PROJECT_VERSION = 608 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon