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 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Price committed Dec 3, 2015
1 parent d70272d commit 0b08dd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Allows you to easily mount a GraphQL endpoint in Phoenix.

```elixir
def deps do
[{:plug_graphql, "~> 0.0.4"}]
[{:plug_graphql, "~> 0.0.5"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule PlugGraphql.Mixfile do
use Mix.Project

@version "0.0.4"
@version "0.0.5"

@description "A Plug integration for the Elixir implementation of Facebook's GraphQL"
@repo_url "https://github.com/joshprice/plug_graphql"
Expand All @@ -28,7 +28,7 @@ defmodule PlugGraphql.Mixfile do
{:cowboy, "~> 1.0"},
{:plug, "~> 0.14 or ~> 1.0"},
{:poison, "~> 1.5"},
{:graphql, "0.0.6"}]
{:graphql, "~> 0.0.6"}]
end

defp package do
Expand Down

0 comments on commit 0b08dd9

Please sign in to comment.