Skip to content

Commit

Permalink
Bump version to 9.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Dec 18, 2023
1 parent 503e48a commit af287f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BraintreeDropIn.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BraintreeDropIn"
s.version = "9.10.0"
s.version = "9.10.1"
s.summary = "Braintree Drop-in SDK: A modern foundation for accepting payments"
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 Drop-in SDK - Release Notes

## unreleased
## 9.10.1 (2023-12-18)
* Fix bug where setting global navigation bar overrides the payment selection screen (fixes #435)
* Allow overriding navigation bar color and text via `BTDropInUICustomization.barBackgroundColor` and `BTDropInUICustomization.primaryTextColor`

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 @@ -29,7 +29,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>9.10.0</string>
<string>9.10.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -44,7 +44,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>9.10.0</string>
<string>9.10.1</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.braintreepayments.DropInDemo.payments</string>
Expand Down
4 changes: 2 additions & 2 deletions Sources/BraintreeDropIn/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>9.10.0</string>
<string>9.10.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9.10.0</string>
<string>9.10.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit af287f6

Please sign in to comment.