Skip to content

Commit

Permalink
Bump version to 5.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneIOs committed Feb 8, 2022
1 parent 8ace6b5 commit 9f21bec
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.6'
spec.version = '5.5.7'
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 @@ -363,7 +363,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.5.5;
MARKETING_VERSION = 5.5.7;
PRODUCT_BUNDLE_IDENTIFIER = com.dkh.io.CardIOSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -389,7 +389,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.5.5;
MARKETING_VERSION = 5.5.7;
PRODUCT_BUNDLE_IDENTIFIER = com.dkh.io.CardIOSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 9f21bec

Please sign in to comment.