diff --git a/README.md b/README.md index a7edc75..29d353c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ In `mix.exs`, add the ExMachina dependency: def deps do # Get the latest from hex.pm. Works with Ecto 3.0 [ - {:ex_machina, "~> 2.5.0"}, + {:ex_machina, "~> 2.6.0"}, ] end ``` diff --git a/mix.exs b/mix.exs index 3475482..712bff7 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ExMachina.Mixfile do use Mix.Project @project_url "https://github.com/thoughtbot/ex_machina" - @version "2.5.0" + @version "2.6.0" def project() do [