Skip to content

Commit

Permalink
Bump SDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokhl committed Oct 5, 2020
1 parent f4594f0 commit 0affc60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CardIOSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '[email protected]', 'CardIO' => '[email protected]' }
spec.homepage = 'https://github.com/verygoodsecurity/CardIOSDK-iOS'
Expand Down
4 changes: 2 additions & 2 deletions CardIOSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 0affc60

Please sign in to comment.