diff --git a/README.md b/README.md index 7c84c14..b6963d5 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:polymorphic_embed, "~> 2.0.0"} + {:polymorphic_embed, "~> 2.0.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 7709e0a..cd2b383 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PolymorphicEmbed.MixProject do use Mix.Project - @version "2.0.0" + @version "2.0.1" def project do [