Skip to content

Commit

Permalink
Doc: Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-exclaimation committed Jun 29, 2022
1 parent 50daabf commit 0049f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can add Pioneer into any existing Vapor application with any GraphQL schema
Add this line to add Pioneer as one of your dependencies.

```swift
.package(url: "https://github.com/d-exclaimation/pioneer", from: "0.8.3")
.package(url: "https://github.com/d-exclaimation/pioneer", from: "0.8.4")
```

Go to the `main.swift` or any Swift file where you apply your Vapor routing like your `routes.swift` file.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/guides/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "1.0.0"),
.package(url: "https://github.com/vapor/vapor.git", from: "4.61.1"),
.package(url: "https://github.com/d-exclaimation/pioneer", from: "0.8.3")
.package(url: "https://github.com/d-exclaimation/pioneer", from: "0.8.4")
],
targets: [
.target(
Expand Down

0 comments on commit 0049f4b

Please sign in to comment.