Skip to content

Commit

Permalink
bump MachOKit-SPM version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 committed Feb 21, 2024
1 parent ab9f31d commit 10a4c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/p-x9/MachOKit-SPM",
"state" : {
"revision" : "4a5d0620e6cf107916459f0489b436c034e4157d",
"version" : "0.12.0"
"revision" : "58acddbe62add884363a2fdf33fac0167a6ee804",
"version" : "0.13.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/p-x9/fishhook", branch: "spm"),
.package(url: "https://github.com/p-x9/Echo", branch: "swift5.9"),
.package(url: "https://github.com/p-x9/MachOKit-SPM", .upToNextMajor(from: "0.12.0"))
.package(url: "https://github.com/p-x9/MachOKit-SPM", .upToNextMajor(from: "0.13.0"))
],
targets: [
.target(
Expand Down

0 comments on commit 10a4c99

Please # to comment.