diff --git a/README.md b/README.md index 62e07a6..f37de1d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ end Install it, add to your deps: ```elixir -{:typed_ecto_schema, "~> 0.4.0", runtime: false} +{:typed_ecto_schema, "~> 0.4.1", runtime: false} ``` And change your `use Ecto.Schema` for `use TypedEctoSchema` and change the calls to `schema` for diff --git a/mix.exs b/mix.exs index 6c1d38b..023f20e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TypedEctoSchema.MixProject do def project do [ app: :typed_ecto_schema, - version: "0.4.0", + version: "0.4.1", elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,