diff --git a/README.md b/README.md index 30ac686..3b957b6 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Add `changeset_helpers` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:changeset_helpers, "~> 0.15.0"} + {:changeset_helpers, "~> 0.16.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 49c9cbf..d39b4dd 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ChangesetHelpers.MixProject do use Mix.Project - @version "0.15.0" + @version "0.16.0" def project do [