From fca3f534e6840c175149f555bdef1fc87384058a Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Tue, 30 Jan 2018 15:24:49 -0800 Subject: [PATCH] Update version from 12.0.0 to 12.0.1 --- README.md | 2 +- Stripe.podspec | 2 +- Stripe/Info.plist | 4 ++-- Stripe/PublicHeaders/STPAPIClient.h | 2 +- VERSION | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e381f2e426..b4c0d272a11 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The Stripe iOS SDK makes it quick and easy to build an excellent payment experie We recommend that you install the Stripe iOS SDK using a package manager such as [Cocoapods or Carthage](https://stripe.com/docs/mobile/ios#getting-started). If you prefer to link the library manually, please use a version from our [releases](https://github.com/stripe/stripe-ios/releases) page because we consider the master branch to be unstable. If you're reading this on GitHub.com, please make sure you are looking at the [tagged version](https://github.com/stripe/stripe-ios/tags) that corresponds to the release you have installed. Otherwise, the instructions and example code may be mismatched with your copy. You can read the latest tagged version of this README and browse the associated code on GitHub using -[this link](https://github.com/stripe/stripe-ios/tree/v12.0.0). +[this link](https://github.com/stripe/stripe-ios/tree/v12.0.1). ## Requirements diff --git a/Stripe.podspec b/Stripe.podspec index 47356826a09..ffcb477d391 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Stripe' - s.version = '12.0.0' + s.version = '12.0.1' 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 e7eae1c6881..9f99dacf3fa 100644 --- a/Stripe/Info.plist +++ b/Stripe/Info.plist @@ -13,11 +13,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 12.0.0 + 12.0.1 CFBundleSignature ???? CFBundleVersion - 12.0.0 + 12.0.1 NSPrincipalClass diff --git a/Stripe/PublicHeaders/STPAPIClient.h b/Stripe/PublicHeaders/STPAPIClient.h index 5490dc8fbeb..862dea541f4 100644 --- a/Stripe/PublicHeaders/STPAPIClient.h +++ b/Stripe/PublicHeaders/STPAPIClient.h @@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN /** The current version of this library. */ -static NSString *const STPSDKVersion = @"12.0.0"; +static NSString *const STPSDKVersion = @"12.0.1"; @class STPBankAccount, STPBankAccountParams, STPCard, STPCardParams, STPConnectAccountParams, STPSourceParams, STPToken, STPPaymentConfiguration; diff --git a/VERSION b/VERSION index 4044f90867d..b700dc1d471 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.0.0 +12.0.1