Skip to content

Commit

Permalink
Bump version to 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Apr 10, 2023
1 parent e6b0036 commit a165c70
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.8.1"
s.version = "9.8.2"
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.8.2 (2023-04-10)
* Silence UnionPay related deprecation warnings introduced in `braintree_ios` 5.21.0 and higher.

## 9.8.1 (2023-03-01)
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.8.1</string>
<string>9.8.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -44,7 +44,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>9.8.1</string>
<string>9.8.2</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.8.1</string>
<string>9.8.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9.8.1</string>
<string>9.8.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit a165c70

Please sign in to comment.