Skip to content

Commit e552005

Browse files
committed
Bump version to 6.27.0
1 parent 1f6a8d3 commit e552005

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Braintree.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Braintree"
3-
s.version = "6.26.0"
3+
s.version = "6.27.0"
44
s.summary = "Braintree iOS SDK: Helps you accept card and alternative payments in your iOS app."
55
s.description = <<-DESC
66
Braintree is a full-stack payments platform for developers

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Braintree iOS SDK Release Notes
22

3-
## unreleased
3+
## 6.27.0 (2025-01-23)
44
* BraintreePayPal
55
* Add `BTContactInformation` request object
66
* Add `BTPayPalCheckoutRequest.contactInformation` optional property

Demo/Application/Supporting Files/Braintree-Demo-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<key>CFBundlePackageType</key>
4242
<string>APPL</string>
4343
<key>CFBundleShortVersionString</key>
44-
<string>6.26.0</string>
44+
<string>6.27.0</string>
4545
<key>CFBundleURLTypes</key>
4646
<array>
4747
<dict>
@@ -56,7 +56,7 @@
5656
</dict>
5757
</array>
5858
<key>CFBundleVersion</key>
59-
<string>6.26.0</string>
59+
<string>6.27.0</string>
6060
<key>LSApplicationQueriesSchemes</key>
6161
<array>
6262
<string>com.braintreepayments.Demo.payments</string>

Sources/BraintreeCore/BTCoreConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Foundation
55
@objcMembers public class BTCoreConstants: NSObject {
66

77
/// :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.
8-
public static var braintreeSDKVersion: String = "6.26.0"
8+
public static var braintreeSDKVersion: String = "6.27.0"
99

1010
/// :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.
1111
public static let callbackURLScheme: String = "sdk.ios.braintree"

Sources/BraintreeCore/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>6.26.0</string>
18+
<string>6.27.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6.26.0</string>
22+
<string>6.27.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)