From c2db9dbec024d49058c2a0246654eddc33129aec Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 18 Jun 2023 15:11:13 -0700 Subject: [PATCH] Write release notes. Increment version and build. --- Technotes/ReleaseNotes-iOS.markdown | 4 ++++ xcconfig/common/NetNewsWire_ios_target_common.xcconfig | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index 3c637551b..49d59f42b 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,9 @@ # iOS Release Notes +### 6.1.3 TestFlight build 6117 - 18 June 2023 + +Show Reddit shutoff alert to people using Reddit integration. + ### 6.1.2 TestFlight build 6116 - 19 Mar 2023 Revise Twitter alert to not mention any dates diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 19790d2be..4fd118124 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.2 -CURRENT_PROJECT_VERSION = 6116 +MARKETING_VERSION = 6.1.3 +CURRENT_PROJECT_VERSION = 6117 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon