From 55b93e162e947518d4f189663e99495823ecfd20 Mon Sep 17 00:00:00 2001 From: ibrahimlawal Date: Wed, 12 Apr 2017 02:09:01 +0100 Subject: [PATCH] [bump] Version 3.0.1 --- Example/Paystack iOS Example/Info.plist | 2 +- Paystack.podspec | 2 +- Paystack/Info.plist | 2 +- Paystack/PublicHeaders/PSTCKAPIClient.h | 2 +- VERSION | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Example/Paystack iOS Example/Info.plist b/Example/Paystack iOS Example/Info.plist index 12fac10..4d80ffb 100644 --- a/Example/Paystack iOS Example/Info.plist +++ b/Example/Paystack iOS Example/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Paystack.podspec b/Paystack.podspec index aaf1353..96ea7a3 100644 --- a/Paystack.podspec +++ b/Paystack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Paystack' - s.version = '3.0.0' + s.version = '3.0.1' 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. diff --git a/Paystack/Info.plist b/Paystack/Info.plist index 7364835..2293541 100644 --- a/Paystack/Info.plist +++ b/Paystack/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Paystack/PublicHeaders/PSTCKAPIClient.h b/Paystack/PublicHeaders/PSTCKAPIClient.h index e05468e..7a24e9b 100644 --- a/Paystack/PublicHeaders/PSTCKAPIClient.h +++ b/Paystack/PublicHeaders/PSTCKAPIClient.h @@ -8,7 +8,7 @@ #import #endif -static NSString *const __nonnull PSTCKSDKVersion = @"3.0.0"; +static NSString *const __nonnull PSTCKSDKVersion = @"3.0.1"; static NSString *const __nonnull PSTCKSDKBuild = @"11"; @class PSTCKCard, PSTCKCardParams, PSTCKTransactionParams, PSTCKToken; diff --git a/VERSION b/VERSION index 4a36342..cb2b00e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.0.1