From 66ddb3d6b90166955d1f28a261fb1186167b3aa1 Mon Sep 17 00:00:00 2001 From: Ben Guo Date: Mon, 14 Nov 2016 15:37:05 -0500 Subject: [PATCH] update version --- Stripe.podspec | 2 +- Stripe/Info.plist | 4 ++-- Stripe/PublicHeaders/STPAPIClient.h | 2 +- VERSION | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Stripe.podspec b/Stripe.podspec index 38db76b389a..5630af97343 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Stripe' - s.version = '9.1.0' + s.version = '9.2.0' s.summary = 'Stripe is a web-based API for accepting payments online.' s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://stripe.com/docs/mobile/ios' diff --git a/Stripe/Info.plist b/Stripe/Info.plist index 73a25305106..bc647a026f1 100644 --- a/Stripe/Info.plist +++ b/Stripe/Info.plist @@ -13,11 +13,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 9.1.0 + 9.2.0 CFBundleSignature ???? CFBundleVersion - 9.1.0 + 9.2.0 NSPrincipalClass diff --git a/Stripe/PublicHeaders/STPAPIClient.h b/Stripe/PublicHeaders/STPAPIClient.h index f04d235800f..52a7533e6fb 100644 --- a/Stripe/PublicHeaders/STPAPIClient.h +++ b/Stripe/PublicHeaders/STPAPIClient.h @@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN #define FAUXPAS_IGNORED_IN_FILE(...) FAUXPAS_IGNORED_IN_FILE(APIAvailability) -static NSString *const STPSDKVersion = @"9.1.0"; +static NSString *const STPSDKVersion = @"9.2.0"; @class STPBankAccount, STPBankAccountParams, STPCard, STPCardParams, STPToken, STPPaymentConfiguration; diff --git a/VERSION b/VERSION index 47da986f86f..deeb3d66ef0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.1.0 +9.2.0