diff --git a/Braintree.podspec b/Braintree.podspec index dcc9a97567..54fac52d03 100644 --- a/Braintree.podspec +++ b/Braintree.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Braintree" - s.version = "5.4.2" + s.version = "5.4.3" s.summary = "Braintree iOS SDK: Helps you accept card and alternative payments in your iOS app." s.description = <<-DESC Braintree is a full-stack payments platform for developers diff --git a/CHANGELOG.md b/CHANGELOG.md index ce906b13c3..4da960ae05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Braintree iOS SDK Release Notes -## unreleased +## 5.4.3 (2021-07-22) * Swift Package Manager * Adds `NS_EXTENSION_UNAVAILABLE` annotations to methods unavailable for use in app extensions. Fixes (Drop-In issue #343)[https://github.com/braintree/braintree-ios-drop-in/issues/343] for Xcode 13-beta3. diff --git a/Demo/Application/Supporting Files/Braintree-Demo-Info.plist b/Demo/Application/Supporting Files/Braintree-Demo-Info.plist index a97441921b..aec85224b4 100644 --- a/Demo/Application/Supporting Files/Braintree-Demo-Info.plist +++ b/Demo/Application/Supporting Files/Braintree-Demo-Info.plist @@ -41,7 +41,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.4.2 + 5.4.3 CFBundleURLTypes @@ -56,7 +56,7 @@ CFBundleVersion - 5.4.2 + 5.4.3 LSApplicationQueriesSchemes com.braintreepayments.Demo.payments diff --git a/Sources/BraintreeCore/Braintree-Version.h b/Sources/BraintreeCore/Braintree-Version.h index e0f22103f6..c94ba6a09b 100644 --- a/Sources/BraintreeCore/Braintree-Version.h +++ b/Sources/BraintreeCore/Braintree-Version.h @@ -1 +1 @@ -#define BRAINTREE_VERSION (@"5.4.2") +#define BRAINTREE_VERSION (@"5.4.3") diff --git a/Sources/BraintreeCore/Info.plist b/Sources/BraintreeCore/Info.plist index d243db9364..10032b692e 100644 --- a/Sources/BraintreeCore/Info.plist +++ b/Sources/BraintreeCore/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.4.2 + 5.4.3 CFBundleSignature ???? CFBundleVersion - 5.4.2 + 5.4.3 NSPrincipalClass