From 0f7530645c6dd4116d5a3a17756b22e257e45a3f Mon Sep 17 00:00:00 2001 From: Davide Date: Sat, 18 Jan 2025 18:15:20 +0100 Subject: [PATCH] Bump version --- Passepartout/Config.xcconfig | 2 +- fastlane/metadata/iOS/default/release_notes.txt | 3 ++- fastlane/metadata/macOS/default/release_notes.txt | 3 ++- fastlane/metadata/tvOS/default/release_notes.txt | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Passepartout/Config.xcconfig b/Passepartout/Config.xcconfig index 1faa3ccf..fd2a0807 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 = 3718 +CURRENT_PROJECT_VERSION = 3719 // 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 c8fb9528..b9fc50cf 100644 --- a/fastlane/metadata/iOS/default/release_notes.txt +++ b/fastlane/metadata/iOS/default/release_notes.txt @@ -1 +1,2 @@ -* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073) +* 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 c8fb9528..b9fc50cf 100644 --- a/fastlane/metadata/macOS/default/release_notes.txt +++ b/fastlane/metadata/macOS/default/release_notes.txt @@ -1 +1,2 @@ -* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073) +* 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 c8fb9528..b9fc50cf 100644 --- a/fastlane/metadata/tvOS/default/release_notes.txt +++ b/fastlane/metadata/tvOS/default/release_notes.txt @@ -1 +1,2 @@ -* Do not fall back to AES-128-CBC when PUSH_REPLY has no cipher (#1073) +* Apple TV: Fix uncredited features to old iOS/macOS purchasers (#1074) +* OpenVPN: Fix encryption failing when server does not push a cipher (#1073)