diff --git a/Braintree.podspec b/Braintree.podspec index 439943e568..12907e3150 100644 --- a/Braintree.podspec +++ b/Braintree.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Braintree" - s.version = "6.0.0-beta1" + s.version = "6.0.0-beta2" 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 0b6aa533cd..86b6c5abfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Braintree iOS SDK Release Notes -## unreleased +## 6.0.0-beta2 (2023-01-30) * Convert `BraintreePayPal` module to Swift * Breaking Changes * BraintreePayPal diff --git a/Demo/Application/Supporting Files/Braintree-Demo-Info.plist b/Demo/Application/Supporting Files/Braintree-Demo-Info.plist index 251707b391..f22fefe6b7 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.0.0-beta1 + 6.0.0-beta2 CFBundleURLTypes @@ -56,7 +56,7 @@ CFBundleVersion - 6.0.0-beta1 + 6.0.0-beta2 LSApplicationQueriesSchemes com.braintreepayments.Demo.payments diff --git a/Sources/BraintreeCore/BTCoreConstants.swift b/Sources/BraintreeCore/BTCoreConstants.swift index 9e8c9f01af..cb93eca154 100644 --- a/Sources/BraintreeCore/BTCoreConstants.swift +++ b/Sources/BraintreeCore/BTCoreConstants.swift @@ -4,7 +4,7 @@ import Foundation @objcMembers public class BTCoreConstants: NSObject { /// :nodoc: - public static var braintreeSDKVersion: String = "6.0.0-beta1" + public static var braintreeSDKVersion: String = "6.0.0-beta2" /// :nodoc: public static var apiVersion: String = "2016-10-07" diff --git a/Sources/BraintreeCore/Info.plist b/Sources/BraintreeCore/Info.plist index 301717b531..ae5c0a98a1 100644 --- a/Sources/BraintreeCore/Info.plist +++ b/Sources/BraintreeCore/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 6.0.0-beta1 + 6.0.0-beta2 CFBundleSignature ???? CFBundleVersion - 6.0.0-beta1 + 6.0.0-beta2 NSPrincipalClass