Skip to content

Commit

Permalink
Bump version to 9.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Sep 6, 2023
1 parent 1a1bdb5 commit 46827ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BraintreeDropIn.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BraintreeDropIn"
s.version = "9.9.0"
s.version = "9.10.0"
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
@@ -1,6 +1,6 @@
# Braintree iOS Drop-in SDK - Release Notes

## unreleased
## 9.10.0 (2023-09-06)
* Require `braintree_ios` 5.23.0
* Update to use macros to avoid compile time errors (fixes #421)

Expand Down
4 changes: 2 additions & 2 deletions Demo/Application/Supporting Files/Braintree-Demo-Info.plist
Expand Up @@ -29,7 +29,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>9.9.0</string>
<string>9.10.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -44,7 +44,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>9.9.0</string>
<string>9.10.0</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.braintreepayments.DropInDemo.payments</string>
Expand Down
4 changes: 2 additions & 2 deletions Sources/BraintreeDropIn/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>9.9.0</string>
<string>9.10.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9.9.0</string>
<string>9.10.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 46827ee

Please sign in to comment.