Skip to content

Commit 0b5427b

Browse files
committed
Bump version for ecto select bug fix.
1 parent 9d23745 commit 0b5427b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It's important that you understand GraphQL first and then Relay second. Relay is
2424

2525
def deps do
2626
[
27-
{:graphql_relay, "~> 0.0.14"},
27+
{:graphql_relay, "~> 0.0.15"},
2828
{:plug_graphql, "~> 0.2"} # Most likely going to need this as well
2929
]
3030
end

mix.exs

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

4-
@version "0.0.14"
4+
@version "0.0.15"
55
@description "Elixir implementation of Relay for GraphQL"
66
@repo_url "https://github.com/graphql-elixir/graphql_relay"
77

0 commit comments

Comments
 (0)