diff --git a/mix.exs b/mix.exs index 338eb12..eacfda3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule GraphQL.Mixfile do use Mix.Project - @version "0.0.6" + @version "0.0.7" @description "An Elixir implementation of Facebook's GraphQL core engine" @repo_url "https://github.com/joshprice/graphql-elixir"