Skip to content

Commit

Permalink
Bump version to 6.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Apr 18, 2023
1 parent 16ccdfd commit 2e5ae66
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Braintree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Braintree"
s.version = "6.0.0-beta2"
s.version = "6.0.0-beta3"
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
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Braintree iOS SDK Release Notes

## unreleased
## 6.0.0-beta3 (2023-04-18)
* Remove `iosBaseSDK`, `iosDeploymentTarget`, `iosIdentifierForVendor`, `deviceAppGeneratedPersistentUuid`, and `deviceScreenOrientation` from `BTAnalyticsMetadata`
* Fixes error `@objcMembers attribute used without importing module 'Foundation'` in Xcode 14.3+
* Add async/await support back to all public Swift methods
Expand Down
4 changes: 2 additions & 2 deletions Demo/Application/Supporting Files/Braintree-Demo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0-beta2</string>
<string>6.0.0-beta3</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -56,7 +56,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>6.0.0-beta2</string>
<string>6.0.0-beta3</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.braintreepayments.Demo.payments</string>
Expand Down
2 changes: 1 addition & 1 deletion Sources/BraintreeCore/BTCoreConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Foundation
@objcMembers public class BTCoreConstants: NSObject {

/// :nodoc:
public static var braintreeSDKVersion: String = "6.0.0-beta2"
public static var braintreeSDKVersion: String = "6.0.0-beta3"

/// :nodoc:
public static var apiVersion: String = "2016-10-07"
Expand Down
4 changes: 2 additions & 2 deletions Sources/BraintreeCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.0.0-beta2</string>
<string>6.0.0-beta3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>6.0.0-beta2</string>
<string>6.0.0-beta3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 2e5ae66

Please sign in to comment.