Skip to content

Commit

Permalink
Bump version to 9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Aug 10, 2022
1 parent 55087f9 commit 93a7ca6
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.6.0"
s.version = "9.6.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
@@ -1,6 +1,6 @@
# Braintree iOS Drop-in SDK - Release Notes

## unreleased
## 9.6.1 (2022-08-10)
* Fix bug where `deviceData` on `BTDropInResult` was always returned as `nil`

## 9.6.0 (2022-05-24)
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.6.0</string>
<string>9.6.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -44,7 +44,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>9.6.0</string>
<string>9.6.1</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.6.0</string>
<string>9.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>9.6.0</string>
<string>9.6.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit 93a7ca6

Please sign in to comment.