Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 1d5e961

Browse files
author
Josh Price
committed
Prep for release
1 parent 8bc3800 commit 1d5e961

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
1515
1. Make a new Phoenix app, or add it to your existing app.
1616

1717
```sh
18-
mix phoenix.new hello_graphql --no-ecto
18+
mix phoenix.new hello_graphql
1919
cd hello_graphql
2020
```
2121

@@ -33,7 +33,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
3333
end
3434
3535
def deps do
36-
[{:plug_graphql, "~> 0.1.2"}]
36+
[{:plug_graphql, "~> 0.1.3"}]
3737
end
3838
```
3939
@@ -98,16 +98,18 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
9898
9999
## Contributions
100100
101-
This is pretty early days, the graphql execution engine needs a lot more work to be useful.
101+
This is pretty early days, the GraphQL Elixir ecosystem needs a lot more work to be useful.
102102
103103
However we can't get there without your help, so any questions, bug reports, feedback,
104104
feature requests and/or PRs are most welcome!
105105
106106
## Acknowledgements
107107
108-
Thanks and appreciation goes to the following contributors for answering many questions and providing helpful feedback:
108+
Thanks and appreciation goes to the following contributors for PRs, discussions, answering many questions and providing helpful feedback:
109109
110110
* Daniel Neighman (https://github.com/hassox)
111111
* Chris McCord (https://github.com/chrismccord)
112+
* Aaron Weiker (https://github.com/aweiker)
113+
* James Hiscock (https://github.com/bockit)
112114
113115
Thanks also to everyone who has submitted PRs, logged issues, given feedback or asked questions.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GraphQL.Plug.Mixfile do
22
use Mix.Project
33

4-
@version "0.1.2"
4+
@version "0.1.3"
55

66
@description "A Plug integration for the Elixir implementation of Facebook's GraphQL"
77
@repo_url "https://github.com/joshprice/plug_graphql"

0 commit comments

Comments
 (0)