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

Commit 0b08dd9

Browse files
author
Josh Price
committed
Prep for release 0.0.5
1 parent d70272d commit 0b08dd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Allows you to easily mount a GraphQL endpoint in Phoenix.
2020

2121
```elixir
2222
def deps do
23-
[{:plug_graphql, "~> 0.0.4"}]
23+
[{:plug_graphql, "~> 0.0.5"}]
2424
end
2525
```
2626

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule PlugGraphql.Mixfile do
22
use Mix.Project
33

4-
@version "0.0.4"
4+
@version "0.0.5"
55

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

3434
defp package do

0 commit comments

Comments
 (0)