Skip to content

Commit

Permalink
docs: Updated to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-exclaimation committed Nov 18, 2022
1 parent 0a01631 commit 4fceebf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Introduction

# Introduction to Pioneer

!!!success 📣 Pioneer v1 is in beta!
!!!success 📣 Pioneer v1 is generally available!
<small>See what's new!</small>
<br/>
<small>Docs for Pioneer v0 are [available here](/v0/features/async-await)</small>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion Documentation/v1/changelog.md
Original file line number Diff line number Diff line change
@@ -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
---

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, [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
Expand Down

0 comments on commit 4fceebf

Please sign in to comment.