Skip to content

Commit

Permalink
Fix: Fixed version in doc and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d-exclaimation committed Jul 1, 2022
1 parent fe021cf commit 47fc1da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4")
.package(url: "https://github.com/d-exclaimation/pioneer", from: "0.8.5")
```

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.4")
.package(url: "https://github.com/d-exclaimation/pioneer", from: "0.8.5")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pioneer is an open-source Swift GraphQL server for [Vapor](https://github.com/va
## Setup

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

## Swift for GraphQL
Expand Down

0 comments on commit 47fc1da

Please sign in to comment.