diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b9fc50cf..50a0397a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,2 +1,3 @@ +* Fix error alert when importing files from external apps (#1078) * Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) * OpenVPN: Fix encryption failing when server does not push a cipher (#1073) diff --git a/Passepartout/Config.xcconfig b/Passepartout/Config.xcconfig index 6c82cf89..18e034a7 100644 --- a/Passepartout/Config.xcconfig +++ b/Passepartout/Config.xcconfig @@ -27,7 +27,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 3.0.1 -CURRENT_PROJECT_VERSION = 3721 +CURRENT_PROJECT_VERSION = 3722 // tweak these based on app and team CFG_APP_ID = com.algoritmico.ios.Passepartout diff --git a/fastlane/metadata/iOS/default/release_notes.txt b/fastlane/metadata/iOS/default/release_notes.txt index b9fc50cf..50a0397a 100644 --- a/fastlane/metadata/iOS/default/release_notes.txt +++ b/fastlane/metadata/iOS/default/release_notes.txt @@ -1,2 +1,3 @@ +* Fix error alert when importing files from external apps (#1078) * Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) * OpenVPN: Fix encryption failing when server does not push a cipher (#1073) diff --git a/fastlane/metadata/macOS/default/release_notes.txt b/fastlane/metadata/macOS/default/release_notes.txt index b9fc50cf..50a0397a 100644 --- a/fastlane/metadata/macOS/default/release_notes.txt +++ b/fastlane/metadata/macOS/default/release_notes.txt @@ -1,2 +1,3 @@ +* Fix error alert when importing files from external apps (#1078) * Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) * OpenVPN: Fix encryption failing when server does not push a cipher (#1073) diff --git a/fastlane/metadata/tvOS/default/release_notes.txt b/fastlane/metadata/tvOS/default/release_notes.txt index b9fc50cf..50a0397a 100644 --- a/fastlane/metadata/tvOS/default/release_notes.txt +++ b/fastlane/metadata/tvOS/default/release_notes.txt @@ -1,2 +1,3 @@ +* Fix error alert when importing files from external apps (#1078) * Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) * OpenVPN: Fix encryption failing when server does not push a cipher (#1073)