Skip to content

Commit 5044fce

Browse files
committed
4.0.3 version strings
1 parent 837530a commit 5044fce

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== 4.0.3 2015-05-15
2+
* Fix an issue with Carthage installation
3+
14
== 4.0.2 2015-05-07
25
* Fix an issue with Cocoapods installation
36

Stripe.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Stripe'
3-
s.version = '4.0.2'
3+
s.version = '4.0.3'
44
s.summary = 'Stripe is a web-based API for accepting payments online.'
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = 'https://stripe.com/docs/mobile/ios'

Stripe/PublicHeaders/STPAPIClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import <Foundation/Foundation.h>
1010
#import "STPNullabilityMacros.h"
1111

12-
static NSString *const __stp_nonnull STPSDKVersion = @"4.0.2";
12+
static NSString *const __stp_nonnull STPSDKVersion = @"4.0.3";
1313

1414
@class STPBankAccount, STPCard, STPToken;
1515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

0 commit comments

Comments
 (0)