Skip to content

Commit

Permalink
Bump pod version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerino and richardshin committed Dec 8, 2015
1 parent 52c8328 commit bea8a15
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 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.1.0"
s.version = "4.1.1"
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.1.0")
#define BRAINTREE_VERSION (@"4.1.1")
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.1.0</string>
<string>4.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.1.0</string>
<string>4.1.1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
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.1.0</string>
<string>4.1.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -56,7 +56,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4.1.0</string>
<string>4.1.1</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>com.braintreepayments.Demo.payments</string>
Expand Down
28 changes: 14 additions & 14 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@ PODS:
- AFNetworking/UIKit (2.6.3):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- Braintree (4.1.0):
- Braintree/Card (= 4.1.0)
- Braintree/Core (= 4.1.0)
- Braintree/PayPal (= 4.1.0)
- Braintree/UI (= 4.1.0)
- Braintree/3D-Secure (4.1.0):
- Braintree (4.1.1):
- Braintree/Card (= 4.1.1)
- Braintree/Core (= 4.1.1)
- Braintree/PayPal (= 4.1.1)
- Braintree/UI (= 4.1.1)
- Braintree/3D-Secure (4.1.1):
- Braintree/Card
- Braintree/Core
- Braintree/Apple-Pay (4.1.0):
- Braintree/Apple-Pay (4.1.1):
- Braintree/Core
- Braintree/Card (4.1.0):
- Braintree/Card (4.1.1):
- Braintree/Core
- Braintree/Core (4.1.0)
- Braintree/DataCollector (4.1.0)
- Braintree/PayPal (4.1.0):
- Braintree/Core (4.1.1)
- Braintree/DataCollector (4.1.1)
- Braintree/PayPal (4.1.1):
- Braintree/Core
- Braintree/UI (4.1.0):
- Braintree/UI (4.1.1):
- Braintree/Card
- Braintree/Core
- Braintree/Venmo (4.1.0):
- Braintree/Venmo (4.1.1):
- Braintree/Core
- CardIO (5.2.2)
- Expecta (1.0.5)
Expand Down Expand Up @@ -92,7 +92,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
Braintree: b144f554f0b234b194bf3821428ed4602b144fbe
Braintree: dfb90b58c0a2dd9f9c2f8c76c0003d83eee9b908
CardIO: 2460db0f4936f3441b08d51e3904b436d77ec8fc
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
FLEX: 27b768fcae23a313a1eb115076d429180ca9b472
Expand Down

0 comments on commit bea8a15

Please sign in to comment.