Skip to content

Commit

Permalink
Merge pull request #80 from niscy-eudiw/fixes
Browse files Browse the repository at this point in the history
VP version 0.3.2, docs with Swift-DocC Plugin
  • Loading branch information
phisakel authored Jul 4, 2024
2 parents 614af57 + 7e5ac9a commit 7d065b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/docs.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift.git",
"state" : {
"revision" : "2af63b02edded773b2202d987bed49ea6359102f",
"version" : "0.3.0"
"revision" : "8405517bbc2e860b20dcbd5b43bf2027520e8184",
"version" : "0.3.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-transfer.git", exact: "0.2.9"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-storage.git", .upToNextMajor(from: "0.2.0")),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift.git", exact: "0.3.0"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift.git", exact: "0.3.2"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-openid4vci-swift.git", exact: "0.3.1"),
],
targets: [
Expand Down

0 comments on commit 7d065b6

Please sign in to comment.