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

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Price committed Jan 23, 2016
1 parent 8bc3800 commit 1d5e961
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
1. Make a new Phoenix app, or add it to your existing app.

```sh
mix phoenix.new hello_graphql --no-ecto
mix phoenix.new hello_graphql
cd hello_graphql
```

Expand All @@ -33,7 +33,7 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
end
def deps do
[{:plug_graphql, "~> 0.1.2"}]
[{:plug_graphql, "~> 0.1.3"}]
end
```
Expand Down Expand Up @@ -98,16 +98,18 @@ This [Plug](https://github.com/elixir-lang/plug) allows you to easily mount a Gr
## Contributions
This is pretty early days, the graphql execution engine needs a lot more work to be useful.
This is pretty early days, the GraphQL Elixir ecosystem needs a lot more work to be useful.
However we can't get there without your help, so any questions, bug reports, feedback,
feature requests and/or PRs are most welcome!
## Acknowledgements
Thanks and appreciation goes to the following contributors for answering many questions and providing helpful feedback:
Thanks and appreciation goes to the following contributors for PRs, discussions, answering many questions and providing helpful feedback:
* Daniel Neighman (https://github.com/hassox)
* Chris McCord (https://github.com/chrismccord)
* Aaron Weiker (https://github.com/aweiker)
* James Hiscock (https://github.com/bockit)
Thanks also to everyone who has submitted PRs, logged issues, given feedback or asked questions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule GraphQL.Plug.Mixfile do
use Mix.Project

@version "0.1.2"
@version "0.1.3"

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

0 comments on commit 1d5e961

Please sign in to comment.