Skip to content

Commit

Permalink
Release/3.1.1 (#155)
Browse files Browse the repository at this point in the history
* Updates 3DS-SDK version in `Package.swift` and `Cartfile`
  • Loading branch information
stefan-tudor authored Sep 7, 2022
1 parent c0b57a7 commit cf3a73d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ output
Carthage

*.xcworkspace/

# SPM
.build
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "datatheorem/TrustKit" == 1.7.0
binary "https://raw.githubusercontent.com/Judopay/DeviceDNA-iOS/master/DeviceDNA.json" == 2.0.0
binary "https://raw.githubusercontent.com/Judopay/Judo3DS2-iOS/master/Judo3DS2_iOS.json" == 1.0.1
binary "https://raw.githubusercontent.com/Judopay/Judo3DS2-iOS/master/Judo3DS2_iOS.json" == 1.1.1
github "krzyzanowskim/OpenSSL" ~> 1.1.180
github "Judopay/pbba-merchant-button-library-ios" == 3.1.3
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
binary "https://raw.githubusercontent.com/Judopay/DeviceDNA-iOS/master/DeviceDNA.json" "2.0.0"
binary "https://raw.githubusercontent.com/Judopay/Judo3DS2-iOS/master/Judo3DS2_iOS.json" "1.0.1"
binary "https://raw.githubusercontent.com/Judopay/Judo3DS2-iOS/master/Judo3DS2_iOS.json" "1.1.1"
github "AliSoftware/OHHTTPStubs" "9.1.0"
github "Judopay/pbba-merchant-button-library-ios" "3.1.3"
github "datatheorem/TrustKit" "1.7.0"
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Judopay/Judo3DS2-iOS",
"state" : {
"revision" : "c6caf9f1f2cb02c794f44f960eec3e0a6e57d946",
"version" : "1.0.1"
"revision" : "2efc594a98a135cf013ebec87554f08cceb4b49d",
"version" : "1.1.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/Judopay/DeviceDNA-iOS", from: "2.0.0"),
.package(url: "https://github.com/Judopay/Judo3DS2-iOS", from: "1.0.1"),
.package(url: "https://github.com/Judopay/Judo3DS2-iOS", from: "1.1.1"),
.package(url: "https://github.com/datatheorem/TrustKit", exact: "1.7.0"),
.package(url: "https://github.com/Judopay/pbba-merchant-button-library-ios", from: "3.1.3")
],
Expand Down

0 comments on commit cf3a73d

Please sign in to comment.