From 1ea64d3de53980433d26fc8496d8f1db952624c1 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 30 Dec 2021 15:25:55 +0700 Subject: [PATCH] Doc: Updated documentation 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 e12edb9..24ef277 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.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. diff --git a/Documentation/guides/getting-started/setup.md b/Documentation/guides/getting-started/setup.md index e6f088d..d67df59 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.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( diff --git a/README.md b/README.md index 18f3ebc..7530234 100644 --- a/README.md +++ b/README.md @@ -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