Skip to content

Commit

Permalink
Release Authentication SDK 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdalmeida committed Nov 5, 2024
1 parent f9de578 commit 9ccb4e8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Adyen.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Pod::Spec.new do |s|

s.subspec 'DelegatedAuthentication' do |plugin|
plugin.source_files = 'AdyenDelegatedAuthentication/**/*.swift'
plugin.dependency 'AdyenAuthentication', '3.0.0'
plugin.dependency 'AdyenAuthentication', '3.1.0'
end

s.subspec 'Core' do |plugin|
Expand Down
2 changes: 1 addition & 1 deletion Adyen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9495,7 +9495,7 @@
repositoryURL = "https://github.com/Adyen/adyen-authentication-ios";
requirement = {
kind = exactVersion;
version = 3.0.0;
version = 3.1.0;
};
};
F9CCA3D8296ECDF900AD643D /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "adyen/adyen-3ds2-ios" == 2.4.2
github "adyen/adyen-networking-ios" == 2.0.0
github "adyen/adyen-wechatpay-ios" == 2.1.0
github "adyen/adyen-authentication-ios" == 3.0.0
github "adyen/adyen-authentication-ios" == 3.1.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let package = Package(
),
.package(
url: "https://github.com/Adyen/adyen-authentication-ios",
exact: "3.0.0"
exact: "3.1.0"
),
.package(
url: "https://github.com/Adyen/adyen-networking-ios",
Expand Down
2 changes: 1 addition & 1 deletion Scripts/test-carthage-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ then
CURRENT_COMMIT=$(git rev-parse HEAD)

echo "git \"file://$CWD/../\" \"$CURRENT_COMMIT\"" > Cartfile
echo "github \"adyen/adyen-authentication-ios\" == 3.0.0" >> Cartfile
echo "github \"adyen/adyen-authentication-ios\" == 3.1.0" >> Cartfile
carthage update --use-xcframeworks --configuration Debug
else
cd $PROJECT_NAME
Expand Down

0 comments on commit 9ccb4e8

Please sign in to comment.