Skip to content

Commit

Permalink
Bump version to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Aug 25, 2021
1 parent d98f452 commit d501d4f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 = "8.1.4"
s.version = "8.2.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
4 changes: 2 additions & 2 deletions 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>8.1.4</string>
<string>8.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8.1.4</string>
<string>8.2.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions BraintreeUIKit/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>8.1.4</string>
<string>8.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>8.1.4</string>
<string>8.2.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
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
## 8.2.0 (2021-08-25)
* iOS 15 Support
* Update `scrollEdgeAppearance` based on iOS 15 changes

Expand Down
4 changes: 2 additions & 2 deletions DropInDemo/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>8.1.4</string>
<string>8.2.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -44,7 +44,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>8.1.4</string>
<string>8.2.0</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.braintreepayments.DropInDemo.payments</string>
Expand Down

0 comments on commit d501d4f

Please sign in to comment.