Skip to content

Commit

Permalink
4.0.3 version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-stripe committed May 15, 2015
1 parent 837530a commit 5044fce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Stripe.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Stripe/PublicHeaders/STPAPIClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <Foundation/Foundation.h>
#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;

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.2
4.0.3

0 comments on commit 5044fce

Please sign in to comment.