Skip to content

Commit

Permalink
Bump pod version to 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
richardshin committed Feb 22, 2016
1 parent d240190 commit 7a3bf83
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 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.2.2"
s.version = "4.2.3"
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.2.2")
#define BRAINTREE_VERSION (@"4.2.3")
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.2.2</string>
<string>4.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.2.2</string>
<string>4.2.3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion BraintreePayPal/PayPalUtils/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.2.2"
#define PayPalOTVersion() @"4.2.3"

#endif
4 changes: 2 additions & 2 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.2.2</string>
<string>4.2.3</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -56,7 +56,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4.2.2</string>
<string>4.2.3</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.braintreepayments.Demo.payments</string>
Expand Down
32 changes: 16 additions & 16 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@ PODS:
- AFNetworking/UIKit (2.6.3):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- Braintree (4.2.2):
- Braintree/Card (= 4.2.2)
- Braintree/Core (= 4.2.2)
- Braintree/PayPal (= 4.2.2)
- Braintree/UI (= 4.2.2)
- Braintree/3D-Secure (4.2.2):
- Braintree (4.2.3):
- Braintree/Card (= 4.2.3)
- Braintree/Core (= 4.2.3)
- Braintree/PayPal (= 4.2.3)
- Braintree/UI (= 4.2.3)
- Braintree/3D-Secure (4.2.3):
- Braintree/Card
- Braintree/Core
- Braintree/Apple-Pay (4.2.2):
- Braintree/Apple-Pay (4.2.3):
- Braintree/Core
- Braintree/Card (4.2.2):
- Braintree/Card (4.2.3):
- Braintree/Core
- Braintree/Core (4.2.2)
- Braintree/DataCollector (4.2.2)
- Braintree/PayPal (4.2.2):
- Braintree/Core (4.2.3)
- Braintree/DataCollector (4.2.3)
- Braintree/PayPal (4.2.3):
- Braintree/Core
- Braintree/PayPalOneTouch
- Braintree/PayPalDataCollector (4.2.2)
- Braintree/PayPalOneTouch (4.2.2):
- Braintree/PayPalDataCollector (4.2.3)
- Braintree/PayPalOneTouch (4.2.3):
- Braintree/Core
- Braintree/PayPalDataCollector
- Braintree/UI (4.2.2):
- Braintree/UI (4.2.3):
- Braintree/Card
- Braintree/Core
- Braintree/Venmo (4.2.2):
- Braintree/Venmo (4.2.3):
- Braintree/Core
- Braintree/PayPalDataCollector
- CardIO (5.2.2)
Expand Down Expand Up @@ -100,7 +100,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
Braintree: a8b4b8b0cd766f1cf6d192af36c10f3d99d69688
Braintree: 05791bdc6d43c3faf2f802dd2d687e9f619f7f57
CardIO: 2460db0f4936f3441b08d51e3904b436d77ec8fc
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
FLEX: 27b768fcae23a313a1eb115076d429180ca9b472
Expand Down

0 comments on commit 7a3bf83

Please sign in to comment.