From 47fc1da36e4835748dc4434d3530e17d5dccbab3 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 1 Jul 2022 15:47:58 +0700 Subject: [PATCH] Fix: Fixed version in doc and readme --- Documentation/README.md | 2 +- Documentation/guides/getting-started/setup.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index 5e1dd93..27e7132 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -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. diff --git a/Documentation/guides/getting-started/setup.md b/Documentation/guides/getting-started/setup.md index 6cf4f7c..017b60c 100644 --- a/Documentation/guides/getting-started/setup.md +++ b/Documentation/guides/getting-started/setup.md @@ -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( diff --git a/README.md b/README.md index b2c7946..c0194af 100644 --- a/README.md +++ b/README.md @@ -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