diff --git a/CardIOSDK.podspec b/CardIOSDK.podspec index f47a87c..f6cb84e 100644 --- a/CardIOSDK.podspec +++ b/CardIOSDK.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |spec| spec.name = 'CardIOSDK' spec.summary = 'Credit card scanning for mobile apps. Wrapper around original CardIO library to bring easy integration into Swift projects.' spec.requires_arc = true - spec.version = '5.5.3' + spec.version = '5.5.4' spec.license = { :type => 'MIT', :file => 'LICENSE' } spec.authors = { 'Very Good Security' => 'support@verygoodsecurity.com', 'CardIO' => 'support@paypal.com' } spec.homepage = 'https://github.com/verygoodsecurity/CardIOSDK-iOS' diff --git a/CardIOSDK.xcodeproj/project.pbxproj b/CardIOSDK.xcodeproj/project.pbxproj index 17df338..6638418 100644 --- a/CardIOSDK.xcodeproj/project.pbxproj +++ b/CardIOSDK.xcodeproj/project.pbxproj @@ -351,7 +351,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.5.3; + MARKETING_VERSION = 5.5.4; PRODUCT_BUNDLE_IDENTIFIER = com.dkh.io.CardIOSDK; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES; @@ -377,7 +377,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 5.5.3; + MARKETING_VERSION = 5.5.4; PRODUCT_BUNDLE_IDENTIFIER = com.dkh.io.CardIOSDK; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SKIP_INSTALL = YES;