From a0ecaa2995b4f8c1518570752ca49e13fe8b745f Mon Sep 17 00:00:00 2001 From: braintreeps Date: Mon, 10 Jul 2023 20:03:19 +0000 Subject: [PATCH] Bump version to 6.3.0 --- Braintree.podspec | 2 +- CHANGELOG.md | 2 +- Demo/Application/Supporting Files/Braintree-Demo-Info.plist | 4 ++-- Sources/BraintreeCore/BTCoreConstants.swift | 2 +- Sources/BraintreeCore/Info.plist | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Braintree.podspec b/Braintree.podspec index 231f3d32df..fa3b82b6bc 100644 --- a/Braintree.podspec +++ b/Braintree.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Braintree" - s.version = "6.2.0" + s.version = "6.3.0" 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 b4eb2e35e6..1c1f809bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Braintree iOS SDK Release Notes -## unreleased +## 6.3.0 (2023-07-10) * BraintreePayPalNativeCheckout (General Availability release) * Update PayPalCheckout from 0.110.0 to 1.0.0. This is our newly released General Availability version * _Note: This module will now be subject to semantic versioning_ diff --git a/Demo/Application/Supporting Files/Braintree-Demo-Info.plist b/Demo/Application/Supporting Files/Braintree-Demo-Info.plist index 23786bee2c..fefe2ce8b4 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 - 6.2.0 + 6.3.0 CFBundleURLTypes @@ -56,7 +56,7 @@ CFBundleVersion - 6.2.0 + 6.3.0 LSApplicationQueriesSchemes com.braintreepayments.Demo.payments diff --git a/Sources/BraintreeCore/BTCoreConstants.swift b/Sources/BraintreeCore/BTCoreConstants.swift index 9970c1cf93..757027e092 100644 --- a/Sources/BraintreeCore/BTCoreConstants.swift +++ b/Sources/BraintreeCore/BTCoreConstants.swift @@ -5,7 +5,7 @@ import Foundation @objcMembers public class BTCoreConstants: NSObject { /// :nodoc: This property is exposed for internal Braintree use only. Do not use. It is not covered by Semantic Versioning and may change or be removed at any time. - public static var braintreeSDKVersion: String = "6.2.0" + public static var braintreeSDKVersion: String = "6.3.0" /// :nodoc: This property is exposed for internal Braintree use only. Do not use. It is not covered by Semantic Versioning and may change or be removed at any time. public static let callbackURLScheme: String = "sdk.ios.braintree" diff --git a/Sources/BraintreeCore/Info.plist b/Sources/BraintreeCore/Info.plist index e801e0646a..5deb72e560 100644 --- a/Sources/BraintreeCore/Info.plist +++ b/Sources/BraintreeCore/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.2.0 + 6.3.0 CFBundleSignature ???? CFBundleVersion - 6.2.0 + 6.3.0 NSPrincipalClass