Skip to content

Commit

Permalink
Bump pod version to 4.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scannillo committed Nov 15, 2019
1 parent 71655c4 commit ed1c7dc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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 = "4.30.1"
s.version = "4.30.2"
s.summary = "Braintree v.zero: 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 BraintreeCore/Braintree-Version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BRAINTREE_VERSION (@"4.30.1")
#define BRAINTREE_VERSION (@"4.30.2")
4 changes: 2 additions & 2 deletions BraintreeCore/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>4.30.1</string>
<string>4.30.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.30.1</string>
<string>4.30.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion BraintreePayPal/PayPalUtils/Public/PPOTVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
#ifndef PPOTVersion_h
#define PPOTVersion_h

#define PayPalOTVersion() @"4.30.1"
#define PayPalOTVersion() @"4.30.2"

#endif
8 changes: 4 additions & 4 deletions Demo/Supporting Files/Braintree-Demo-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.30.1</string>
<string>4.30.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -56,7 +56,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4.30.1</string>
<string>4.30.2</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.braintreepayments.Demo.payments</string>
Expand All @@ -69,10 +69,10 @@
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Fraud detection usage</string>
<key>NSCameraUsageDescription</key>
<string>Card IO Usage</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Fraud detection usage</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Card IO Usage</string>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit ed1c7dc

Please sign in to comment.