Skip to content

Commit 1e27ebc

Browse files
committed
7.0.1
1 parent a28dbe6 commit 1e27ebc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
== 7.0.0 2016-04-29
1+
== 7.0.1 2016-04-29
22
* Added Discover support for Apple Pay
33
* Add the now-required `accountHolderName` and `accountHolderType` properties to STPBankAccountParams
44
* We now record performance metrics for the /v1/tokens API - to disable this behavior, call [Stripe disableAnalytics].

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 = '7.0.0'
3+
s.version = '7.0.1'
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/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<key>CFBundlePackageType</key>
1414
<string>FMWK</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>7.0.0</string>
16+
<string>7.0.1</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>7.0.0</string>
20+
<string>7.0.1</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

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
#define FAUXPAS_IGNORED_ON_LINE(...)
1111

12-
static NSString *const __nonnull STPSDKVersion = @"7.0.0";
12+
static NSString *const __nonnull STPSDKVersion = @"7.0.1";
1313

1414
@class STPBankAccount, STPBankAccountParams, STPCard, STPCardParams, STPToken;
1515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0
1+
7.0.1

0 commit comments

Comments
 (0)