Skip to content

Commit

Permalink
Update 3ds2sdk version to 2.3.1 (Adyen#1196)
Browse files Browse the repository at this point in the history
<changed> Updated 3ds2sdk version to 2.3.1  </changed>
  • Loading branch information
robertdalmeida authored Apr 19, 2023
2 parents 6963e68 + 646c26b commit eaf6b40
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Adyen.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Pod::Spec.new do |s|

s.subspec 'Actions' do |plugin|
plugin.dependency 'Adyen/Core'
plugin.dependency 'Adyen3DS2', '2.3.0'
plugin.dependency 'Adyen3DS2', '2.3.1'
plugin.source_files = 'AdyenActions/**/*.swift'
plugin.exclude_files = 'AdyenActions/**/BundleSPMExtension.swift'
plugin.resource_bundles = {
Expand Down
2 changes: 1 addition & 1 deletion Adyen.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7863,7 +7863,7 @@
repositoryURL = "https://github.com/Adyen/adyen-3ds2-ios";
requirement = {
kind = exactVersion;
version = 2.3.0;
version = 2.3.1;
};
};
F9B66F4228B8E0370090FABC /* XCRemoteSwiftPackageReference "adyen-authentication-ios" */ = {
Expand Down
4 changes: 2 additions & 2 deletions AdyenCard/Components/Card/ThreeDS2SdkVersion.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// Copyright (c) 2021 Adyen N.V.
// Copyright (c) 2023 Adyen N.V.
//
// This file is open source and available under the MIT license. See the LICENSE file for more info.
//

import Foundation

/// The 3DS2 SDK version.
public let threeDS2SdkVersion: String = "2.3.0"
public let threeDS2SdkVersion: String = "2.3.1"
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "adyen/adyen-3ds2-ios" == 2.3.0
github "adyen/adyen-3ds2-ios" == 2.3.1
github "adyen/adyen-networking-ios" == 2.0.0
github "adyen/adyen-wechatpay-ios" == 2.1.0
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let package = Package(
.package(
name: "Adyen3DS2",
url: "https://github.com/Adyen/adyen-3ds2-ios",
.exact(Version(2, 3, 0))
.exact(Version(2, 3, 1))
),
.package(
name: "AdyenNetworking",
Expand Down

0 comments on commit eaf6b40

Please sign in to comment.