diff --git a/NetNewsWire.xcodeproj/xcshareddata/xcschemes/NetNewsWire-iOS.xcscheme b/NetNewsWire.xcodeproj/xcshareddata/xcschemes/NetNewsWire-iOS.xcscheme
index 6a87af624..2917eba0e 100644
--- a/NetNewsWire.xcodeproj/xcshareddata/xcschemes/NetNewsWire-iOS.xcscheme
+++ b/NetNewsWire.xcodeproj/xcshareddata/xcschemes/NetNewsWire-iOS.xcscheme
@@ -15,7 +15,7 @@
@@ -33,7 +33,7 @@
@@ -73,7 +73,7 @@
@@ -90,7 +90,7 @@
diff --git a/Shared/Importers/DefaultFeeds.opml b/Shared/Importers/DefaultFeeds.opml
index 7c1c6efac..91bd0b5a6 100644
--- a/Shared/Importers/DefaultFeeds.opml
+++ b/Shared/Importers/DefaultFeeds.opml
@@ -8,6 +8,7 @@
+
diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown
index b32bac3a2..6a8d827ce 100644
--- a/Technotes/ReleaseNotes-iOS.markdown
+++ b/Technotes/ReleaseNotes-iOS.markdown
@@ -43,6 +43,14 @@ Fixed a bug where go-to-feed might not properly expand disclosure triangles
* Video autoplay is now disallowed.
* Article view now supports RTL layout.
+### 6.0.2 Release - 15 Oct 2021
+
+Makes a particular crash on startup, that happens only on iPad, far less likely.
+
+### 6.0.2 TestFlight build 610 - 25 Sep 2021
+
+Fixed bug with state restoration on launch (bug introduced in previous TestFlight build)
+
### 6.0.1 TestFlight build 608 - 28 Aug 2021
* Fixed our top crashing bug — it could happen when updating a table view
diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig
index 79897844a..7353a356c 100644
--- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig
+++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig
@@ -2,6 +2,8 @@
// High Level Settings common to both the iOS application and any extensions we bundle with it
MARKETING_VERSION = 6.1
CURRENT_PROJECT_VERSION = 6108
+MARKETING_VERSION = 6.0.2
+CURRENT_PROJECT_VERSION = 610
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon