Skip to content

Commit

Permalink
Bump version version
Browse files Browse the repository at this point in the history
  • Loading branch information
jubril-paystack committed Aug 7, 2020
1 parent 65bff3e commit f710198
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Paystack.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Paystack'
s.version = '3.0.14'
s.version = '3.0.15'
s.summary = 'Paystack is a web-based API helping African Businesses accept payments online.'
s.description = <<-DESC
Paystack makes it easy for African Businesses to accept Mastercard, Visa and Verve cards from anyone, anywhere in the world.
Expand Down
4 changes: 2 additions & 2 deletions Paystack.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@
DEFINES_MODULE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.0.14;
MARKETING_VERSION = 3.0.15;
PRODUCT_BUNDLE_IDENTIFIER = "com.paystack.paystack-ios";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Expand All @@ -1402,7 +1402,7 @@
DEFINES_MODULE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 3.0.14;
MARKETING_VERSION = 3.0.15;
PRODUCT_BUNDLE_IDENTIFIER = "com.paystack.paystack-ios";
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion Paystack/PublicHeaders/PSTCKAPIClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#import <UIKit/UIViewController.h>
#endif

static NSString *const __nonnull PSTCKSDKVersion = @"3.0.14";
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.15";
static NSString *const __nonnull PSTCKSDKBuild = @"18";

@class PSTCKCard, PSTCKCardParams, PSTCKTransactionParams, PSTCKToken, PSTCKState;
Expand Down

0 comments on commit f710198

Please sign in to comment.