From 809290a4fe5bdd0a48de6b385355cef737fbea34 Mon Sep 17 00:00:00 2001 From: kholdunn Date: Sun, 15 Dec 2019 17:47:42 +0300 Subject: [PATCH] ver. 2.2.10 adding selectedCurrency and selectedAmount to charge/auth req. --- Example/goSellSDKExample/Supporting Files/Info.plist | 2 +- goSellSDK.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Example/goSellSDKExample/Supporting Files/Info.plist b/Example/goSellSDKExample/Supporting Files/Info.plist index c351fc0f..4c390e51 100644 --- a/Example/goSellSDKExample/Supporting Files/Info.plist +++ b/Example/goSellSDKExample/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.2.9 + 2.2.10 CFBundleVersion 1 Fabric diff --git a/goSellSDK.podspec b/goSellSDK.podspec index 13348851..23f1ff5f 100644 --- a/goSellSDK.podspec +++ b/goSellSDK.podspec @@ -24,7 +24,7 @@ Pod::Spec.new do |goSellSDK| goSellSDK.name = 'goSellSDK' goSellSDK.summary = 'goSell SDK for iOS' goSellSDK.requires_arc = true - goSellSDK.version = '2.2.9' + goSellSDK.version = '2.2.10' goSellSDK.license = { :type => 'MIT', :file => 'LICENSE' } goSellSDK.author = { 'Tap Payments' => 'hello@tap.company' } goSellSDK.homepage = 'https://github.com/Tap-Payments/goSellSDK-iOS'