File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ == 4.0.3 2015-05-15
2
+ * Fix an issue with Carthage installation
3
+
1
4
== 4.0.2 2015-05-07
2
5
* Fix an issue with Cocoapods installation
3
6
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Stripe'
3
- s . version = '4.0.2 '
3
+ s . version = '4.0.3 '
4
4
s . summary = 'Stripe is a web-based API for accepting payments online.'
5
5
s . license = { :type => 'MIT' , :file => 'LICENSE' }
6
6
s . homepage = 'https://stripe.com/docs/mobile/ios'
Original file line number Diff line number Diff line change 9
9
#import < Foundation/Foundation.h>
10
10
#import " STPNullabilityMacros.h"
11
11
12
- static NSString *const __stp_nonnull STPSDKVersion = @" 4.0.2 " ;
12
+ static NSString *const __stp_nonnull STPSDKVersion = @" 4.0.3 " ;
13
13
14
14
@class STPBankAccount, STPCard, STPToken;
15
15
Original file line number Diff line number Diff line change 1
- 4.0.2
1
+ 4.0.3
You can’t perform that action at this time.
0 commit comments