Skip to content

Commit 9a47100

Browse files
committed
Bump version to 7.3.0
1 parent 0bb2976 commit 9a47100

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 = "7.2.0"
3+
s.version = "7.3.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+
## 7.3.0 (2026-01-29)
44

55
* BraintreePayPal
66
* Pass `fundingSource` to the app switch url link and to analytics events.

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>7.2.0</string>
44+
<string>7.3.0</string>
4545
<key>CFBundleURLTypes</key>
4646
<array>
4747
<dict>
@@ -56,7 +56,7 @@
5656
</dict>
5757
</array>
5858
<key>CFBundleVersion</key>
59-
<string>7.2.0</string>
59+
<string>7.3.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
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 = "7.2.0"
8+
public static var braintreeSDKVersion: String = "7.3.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>7.2.0</string>
18+
<string>7.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7.2.0</string>
22+
<string>7.3.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)