Skip to content

Commit bc53901

Browse files
committed
3.1.0
1 parent c256738 commit bc53901

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
== 3.1.0 2015-01-19
2+
* Add support for native Stripe Checkout, as well as STPPaymentPresenter for automatically using Checkout as a fallback for Apple Pay
3+
* Add OSX support, including Checkout
4+
* Add framework targets and Carthage support
5+
16
== 3.0.0 2015-01-05
27
* Migrate code into STPAPIClient
38
* Add 'brand' and 'funding' properties to STPCard

Stripe/PublicHeaders/STPAPIClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import <Foundation/Foundation.h>
1010

11-
static NSString *const STPSDKVersion = @"3.0.0";
11+
static NSString *const STPSDKVersion = @"3.1.0";
1212

1313
@class STPBankAccount, STPCard, STPToken;
1414

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.1.0

0 commit comments

Comments
 (0)