Updated copy to reference latest version
This commit is contained in:
parent
7109360feb
commit
69c35845dd
|
@ -12,7 +12,7 @@ Add the dependency to your `Package.swift` file:
|
||||||
let package = Package(
|
let package = Package(
|
||||||
name: "myproject",
|
name: "myproject",
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "https://github.com/aaronsky/buildkite-swift.git", from: "0.1.0"),
|
.package(url: "https://github.com/aaronsky/buildkite-swift.git", from: "0.0.1"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
|
|
Loading…
Reference in New Issue