diff --git a/CHANGELOG b/CHANGELOG index fdff3501791..f69ed5c9587 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +== 4.0.3 2015-05-15 +* Fix an issue with Carthage installation + == 4.0.2 2015-05-07 * Fix an issue with Cocoapods installation diff --git a/Stripe.podspec b/Stripe.podspec index 5c6c3884718..a07d401df67 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Stripe' - s.version = '4.0.2' + s.version = '4.0.3' 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/PublicHeaders/STPAPIClient.h b/Stripe/PublicHeaders/STPAPIClient.h index 9d4af17af8d..730d4016a6a 100644 --- a/Stripe/PublicHeaders/STPAPIClient.h +++ b/Stripe/PublicHeaders/STPAPIClient.h @@ -9,7 +9,7 @@ #import #import "STPNullabilityMacros.h" -static NSString *const __stp_nonnull STPSDKVersion = @"4.0.2"; +static NSString *const __stp_nonnull STPSDKVersion = @"4.0.3"; @class STPBankAccount, STPCard, STPToken; diff --git a/VERSION b/VERSION index 4d54daddb61..c4e41f94594 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.2 +4.0.3