Skip to content

Commit

Permalink
Bump version to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 29, 2021
1 parent ed552d8 commit f864742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Braintree.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Braintree"
s.version = "5.0.2"
s.version = "5.0.3"
s.summary = "Braintree iOS SDK: Helps you accept card and alternative payments in your iOS app."
s.description = <<-DESC
Braintree is a full-stack payments platform for developers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>5.0.2</string>
<string>5.0.3</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.braintreepayments.Demo.payments</string>
Expand Down
2 changes: 1 addition & 1 deletion Sources/BraintreeCore/Braintree-Version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BRAINTREE_VERSION (@"5.0.2")
#define BRAINTREE_VERSION (@"5.0.3")
2 changes: 1 addition & 1 deletion Sources/BraintreeCore/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.0.2</string>
<string>5.0.3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit f864742

Please sign in to comment.