diff --git a/README.md b/README.md index 0458e16..9140bb3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The package can be installed by adding `crudry` to your list of dependencies in ```elixir def deps do [ - {:crudry, "~> 2.3.0"}, + {:crudry, "~> 2.3.1"}, ] end ``` diff --git a/mix.exs b/mix.exs index 310b268..6f1d644 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Crudry.MixProject do def project do [ app: :crudry, - version: "2.3.0", + version: "2.3.1", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, compilers: [:gettext] ++ Mix.compilers,