Skip to content

Commit f710198

Browse files
Bump version version
1 parent 65bff3e commit f710198

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Paystack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Paystack'
3-
s.version = '3.0.14'
3+
s.version = '3.0.15'
44
s.summary = 'Paystack is a web-based API helping African Businesses accept payments online.'
55
s.description = <<-DESC
66
Paystack makes it easy for African Businesses to accept Mastercard, Visa and Verve cards from anyone, anywhere in the world.

Paystack.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@
13831383
DEFINES_MODULE = YES;
13841384
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
13851385
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1386-
MARKETING_VERSION = 3.0.14;
1386+
MARKETING_VERSION = 3.0.15;
13871387
PRODUCT_BUNDLE_IDENTIFIER = "com.paystack.paystack-ios";
13881388
SWIFT_OBJC_BRIDGING_HEADER = "";
13891389
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -1402,7 +1402,7 @@
14021402
DEFINES_MODULE = YES;
14031403
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
14041404
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1405-
MARKETING_VERSION = 3.0.14;
1405+
MARKETING_VERSION = 3.0.15;
14061406
PRODUCT_BUNDLE_IDENTIFIER = "com.paystack.paystack-ios";
14071407
SWIFT_OBJC_BRIDGING_HEADER = "";
14081408
SWIFT_VERSION = 5.0;

Paystack/PublicHeaders/PSTCKAPIClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#import <UIKit/UIViewController.h>
99
#endif
1010

11-
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.14";
11+
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.15";
1212
static NSString *const __nonnull PSTCKSDKBuild = @"18";
1313

1414
@class PSTCKCard, PSTCKCardParams, PSTCKTransactionParams, PSTCKToken, PSTCKState;

0 commit comments

Comments
 (0)