Skip to content

Commit

Permalink
Release v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
seanabrahams committed May 30, 2016
1 parent 38abac4 commit f738b76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It's important that you understand GraphQL first and then Relay second. Relay is
1. Add graphql_relay to your list of dependencies in `mix.exs`:

def deps do
[{:graphql_relay, "~> 0.0.16"}]
[{:graphql_relay, "~> 0.0.17"}]
end

## Configuration
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 GraphQL.Relay.Mixfile do
use Mix.Project

@version "0.0.16"
@version "0.0.17"
@description "Elixir implementation of Relay for GraphQL"
@repo_url "https://github.com/graphql-elixir/graphql_relay"

Expand Down Expand Up @@ -32,7 +32,7 @@ defmodule GraphQL.Relay.Mixfile do

defp deps do
[
{:graphql, "~> 0.2"},
{:graphql, "~> 0.3"},
{:poison, "~> 1.5 or ~> 2.0"}, # For .generate_schema_json!
{:ecto, "~> 1.1.4", optional: true},
{:sqlite_ecto, "~> 1.0.0", only: [:dev, :test]},
Expand Down
18 changes: 9 additions & 9 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%{"decimal": {:hex, :decimal, "1.1.1"},
"ecto": {:hex, :ecto, "1.1.5"},
"esqlite": {:hex, :esqlite, "0.2.2"},
"graphql": {:hex, :graphql, "0.2.0"},
"pipe": {:hex, :pipe, "0.0.2"},
"poison": {:hex, :poison, "1.5.2"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"sqlite_ecto": {:hex, :sqlite_ecto, "1.0.2"},
"sqlitex": {:hex, :sqlitex, "0.8.3"}}
%{"decimal": {:hex, :decimal, "1.1.2", "79a769d4657b2d537b51ef3c02d29ab7141d2b486b516c109642d453ee08e00c", [:mix], []},
"ecto": {:hex, :ecto, "1.1.7", "c37127248756e725eb8254b371764b40c05a90c104b2065d1d4f7e32573fdbec", [:mix], [{:sbroker, "~> 0.7", [hex: :sbroker, optional: true]}, {:postgrex, "~> 0.11.0", [hex: :postgrex, optional: true]}, {:poolboy, "~> 1.4", [hex: :poolboy, optional: false]}, {:poison, "~> 1.0 or ~> 2.0", [hex: :poison, optional: true]}, {:mariaex, "~> 0.5.0 or ~> 0.6.0", [hex: :mariaex, optional: true]}, {:decimal, "~> 1.0", [hex: :decimal, optional: false]}]},
"esqlite": {:hex, :esqlite, "0.2.2", "e4e8b39062a075e0bd4756b894dd2aa8edbf94c9081c1fb5c72dc705bf2f2d88", [:rebar, :make], []},
"graphql": {:hex, :graphql, "0.3.0", "4894f81e0010ff04a0349845f63a19f7f8cce754273bb06ecfe00b30dc685a86", [:mix], []},
"pipe": {:hex, :pipe, "0.0.2", "eff98a868b426745acef103081581093ff5c1b88100f8ff5949b4a30e81d0d9f", [:mix], []},
"poison": {:hex, :poison, "1.5.2", "560bdfb7449e3ddd23a096929fb9fc2122f709bcc758b2d5d5a5c7d0ea848910", [:mix], []},
"poolboy": {:hex, :poolboy, "1.5.1", "6b46163901cfd0a1b43d692657ed9d7e599853b3b21b95ae5ae0a777cf9b6ca8", [:rebar], []},
"sqlite_ecto": {:hex, :sqlite_ecto, "1.0.2", "adb31ed7a5428a78456e2ea0c7c35e509148de93a7378ca342edf006bdb225ce", [:mix], [{:sqlitex, "~> 0.8", [hex: :sqlitex, optional: false]}, {:poison, "~> 1.0", [hex: :poison, optional: false]}, {:ecto, "~> 1.0", [hex: :ecto, optional: false]}]},
"sqlitex": {:hex, :sqlitex, "0.8.3", "226901fe73fb9d74a5bc742594074dc3cac725ee632d595a704dd8bf92661044", [:mix], [{:pipe, "~> 0.0.2", [hex: :pipe, optional: false]}, {:esqlite, "~> 0.2.0", [hex: :esqlite, optional: false]}, {:decimal, "~> 1.1.0", [hex: :decimal, optional: false]}]}}

0 comments on commit f738b76

Please sign in to comment.