Skip to content

Commit 8f798ab

Browse files
committed
Upgrade delegate dependency version
1 parent 0d7b23a commit 8f798ab

File tree

3 files changed

+23
-27
lines changed

3 files changed

+23
-27
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
2-
"object": {
3-
"pins": [
4-
{
5-
"package": "Delegate",
6-
"repositoryURL": "https://github.com/onevcat/Delegate.git",
7-
"state": {
8-
"branch": null,
9-
"revision": "45c5ec58d5a9656a9cc729506e0ed3093ca8f772",
10-
"version": "1.1.1"
11-
}
2+
"pins" : [
3+
{
4+
"identity" : "delegate",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/onevcat/Delegate",
7+
"state" : {
8+
"revision" : "499e507f2a68d6e8737f7f6f7c0385596b4398fc",
9+
"version" : "1.2.0"
1210
}
13-
]
14-
},
15-
"version": 1
11+
}
12+
],
13+
"version" : 2
1614
}

Package.resolved

+11-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
2-
"object": {
3-
"pins": [
4-
{
5-
"package": "Delegate",
6-
"repositoryURL": "https://github.com/onevcat/Delegate.git",
7-
"state": {
8-
"branch": null,
9-
"revision": "45c5ec58d5a9656a9cc729506e0ed3093ca8f772",
10-
"version": "1.1.1"
11-
}
2+
"pins" : [
3+
{
4+
"identity" : "delegate",
5+
"kind" : "remoteSourceControl",
6+
"location" : "https://github.com/onevcat/Delegate.git",
7+
"state" : {
8+
"revision" : "499e507f2a68d6e8737f7f6f7c0385596b4398fc",
9+
"version" : "1.2.0"
1210
}
13-
]
14-
},
15-
"version": 1
11+
}
12+
],
13+
"version" : 2
1614
}

[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "APNGKit", targets: ["APNGKit"])
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/onevcat/Delegate.git", from: "1.1.1")
11+
.package(url: "https://github.com/onevcat/Delegate.git", from: "1.2.0")
1212
],
1313
targets: [
1414
.target(

0 commit comments

Comments
 (0)