From 4fceebf104c557f6a516cc7466cda2a4b7013e47 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 18 Nov 2022 22:14:25 +1300 Subject: [PATCH] docs: Updated to version 1.0.0 --- Documentation/README.md | 2 +- Documentation/getting-started.md | 2 +- Documentation/v1/changelog.md | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index 850bdad..d611ff4 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -5,7 +5,7 @@ title: Introduction # Introduction to Pioneer -!!!success 📣 Pioneer v1 is in beta! +!!!success 📣 Pioneer v1 is generally available! See what's new!
Docs for Pioneer v0 are [available here](/v0/features/async-await) diff --git a/Documentation/getting-started.md b/Documentation/getting-started.md index 79856c7..9e92563 100644 --- a/Documentation/getting-started.md +++ b/Documentation/getting-started.md @@ -41,7 +41,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/GraphQLSwift/Graphiti.git", from: "1.2.1"), .package(url: "https://github.com/vapor/vapor.git", from: "4.67.1"), - .package(url: "https://github.com/d-exclaimation/pioneer", from: "1.0.0-beta") + .package(url: "https://github.com/d-exclaimation/pioneer", from: "1.0.0") ], targets: [ .target( diff --git a/Documentation/v1/changelog.md b/Documentation/v1/changelog.md index 58aa3d7..801304c 100644 --- a/Documentation/v1/changelog.md +++ b/Documentation/v1/changelog.md @@ -1,6 +1,6 @@ --- icon: history -redirect: https://github.com/d-exclaimation/pioneer/releases/tag/1.0.0-beta +redirect: https://github.com/d-exclaimation/pioneer/releases/tag/1.0.0 order: 9 --- diff --git a/README.md b/README.md index bddc109..7f50c12 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Pioneer is an open-source, [spec-compliant](https://github.com/d-exclaimation/gr ## Setup ```swift -.package(url: "https://github.com/d-exclaimation/pioneer", from: "1.0.0-beta") +.package(url: "https://github.com/d-exclaimation/pioneer", from: "1.0.0") ``` ## Swift for GraphQL