Skip to content

Commit

Permalink
Doc: Updated documentation and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
d-exclaimation committed Dec 30, 2021
1 parent d288039 commit 1ea64d3
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.4.0")
.package(url: "https://github.com/d-exclaimation/pioneer", from: "0.4.1")
```

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

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

## Swift for GraphQL
Expand Down

0 comments on commit 1ea64d3

Please sign in to comment.