diff --git a/README.md b/README.md index 5ac0da5..f894801 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add `grephql` to your dependencies in `mix.exs`: ```elixir def deps do [ - {:grephql, "~> 0.10.0"} + {:grephql, "~> 0.10.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 653938a..4a33abe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Grephql.MixProject do use Mix.Project - @version "0.10.0" + @version "0.10.1" @source_url "https://github.com/fahchen/grephql" def project do @@ -45,7 +45,7 @@ defmodule Grephql.MixProject do {:req, "~> 0.5"}, {:jason, "~> 1.4", optional: true}, {:ecto, "~> 3.12"}, - {:ecto_typed_schema, "~> 0.1.0"}, + {:ecto_typed_schema, "~> 0.1"}, {:typed_structor, "~> 0.6"}, {:plug, "~> 1.0", only: :test}, {:mimic, "~> 2.3", only: :test},