diff --git a/Technotes/ReleaseNotes-iOS.markdown b/Technotes/ReleaseNotes-iOS.markdown index 49d59f42b..58d37b611 100644 --- a/Technotes/ReleaseNotes-iOS.markdown +++ b/Technotes/ReleaseNotes-iOS.markdown @@ -1,5 +1,9 @@ # iOS Release Notes +### 6.1.3 TestFlight build 6118 - 23 June 2023 + +Fix release notes URL: it’s now https://github.com/Ranchero-Software/NetNewsWire/releases/ + ### 6.1.3 TestFlight build 6117 - 18 June 2023 Show Reddit shutoff alert to people using Reddit integration. diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 4fd118124..0fcb20dfd 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.3 -CURRENT_PROJECT_VERSION = 6117 +CURRENT_PROJECT_VERSION = 6118 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon