Skip to content

Commit 4706994

Browse files
committed
update package version
1 parent dcb136b commit 4706994

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/The-Igor/async-http-client.git",
77
"state" : {
8-
"branch" : "main",
9-
"revision" : "156bb8d3d5bfa6d983060b95c4d0a1d10de29e4b"
8+
"revision" : "156bb8d3d5bfa6d983060b95c4d0a1d10de29e4b",
9+
"version" : "1.4.0"
1010
}
1111
},
1212
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
17-
.package(url: "https://github.com/The-Igor/async-http-client.git", branch: "main")
17+
.package(url: "https://github.com/The-Igor/async-http-client.git", from: "1.4.0")
1818
],
1919
targets: [
2020
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)