Updated copy to reference latest version

This commit is contained in:
Aaron Sky 2020-05-05 14:32:42 -04:00
parent 7109360feb
commit 69c35845dd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Add the dependency to your `Package.swift` file:
let package = Package(
name: "myproject",
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: [
.target(