Skip to content

Commit

Permalink
Merge pull request #1081 from Infomaniak/update
Browse files Browse the repository at this point in the history
fix: Update VersionChecker
  • Loading branch information
valentinperignon authored Oct 24, 2023
2 parents 849a3de + 5c980fb commit afa4e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Infomaniak/ios-version-checker",
"state" : {
"revision" : "4a74c15675ca96f9b8628b86e1ec01ac4772e2db"
"revision" : "6bdb9536b61f26998b589e049fa8f2002aaa5d24"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let project = Project(name: "Mail",
.package(url: "https://github.com/httpswift/swifter", .upToNextMajor(from: "1.5.0")),
.package(
url: "https://github.com/Infomaniak/ios-version-checker",
.revision("4a74c15675ca96f9b8628b86e1ec01ac4772e2db")
.revision("6bdb9536b61f26998b589e049fa8f2002aaa5d24")
)
],
targets: [
Expand Down

0 comments on commit afa4e4c

Please sign in to comment.