Skip to content

Commit

Permalink
Merge pull request #26 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
Update eudi-lib-ios-iso18013-data-model to version 0.4.1
  • Loading branch information
phisakel authored Dec 4, 2024
2 parents 32079a4 + 96148d1 commit 627cea9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"originHash" : "fcb82ddcec78f864b92635b39a134e6c2ebc5f4f04274dc94f535c265aaae092",
"originHash" : "aec8287ca8d20b3987950ec5408d2daf3359d4e88236c63f145cdb469af86ce9",
"pins" : [
{
"identity" : "eudi-lib-ios-iso18013-data-model",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git",
"state" : {
"revision" : "29f30a92427733db0c7b9cea9616607a1df24284",
"version" : "0.4.0"
"revision" : "cf0a7936ffd94698754c9aa611d0724c3b70b527",
"version" : "0.4.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/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git", exact: "0.4.0"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git", exact: "0.4.1"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand Down

0 comments on commit 627cea9

Please sign in to comment.