Skip to content

Commit

Permalink
update orzswiftkit to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhizhou committed Jul 16, 2024
1 parent fb495a1 commit 3b35ea4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "db66166c9dd3a7edda8a448f4950366fcc255a82d2fad35aa5c4a8cd234be46d",
"originHash" : "e17852ff41f88d20678015e402b0246479c6ea530d76900a0c15ac54b84f5578",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -33,17 +33,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/OrzGeeker/OrzSwiftKit.git",
"state" : {
"revision" : "1a31fe0ca4c9b03d8822c3e064240721958eeaf5",
"version" : "0.0.2"
"revision" : "25e638f8a36243957c31079d7c2a4eb3ed44c905",
"version" : "0.0.3"
}
},
{
"identity" : "papermc",
"kind" : "remoteSourceControl",
"location" : "https://github.com/wangzhizhou/PaperMC.git",
"state" : {
"branch" : "main",
"revision" : "86ed9d0431e17839662a3ad09ab56c45d8ae6b1b"
"revision" : "986a6c3e573ec9da78e3b4c20daac6176efd10e1",
"version" : "0.0.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/OrzGeeker/OrzSwiftKit.git", from: "0.0.2"),
.package(url: "https://github.com/OrzGeeker/OrzSwiftKit.git", from: "0.0.3"),
.package(url: "https://github.com/wangzhizhou/PaperMC.git", from: "0.0.1"),
],
targets: [
Expand Down

0 comments on commit 3b35ea4

Please sign in to comment.