diff --git a/README.md b/README.md index 75756ae..5bb8ad9 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:polymorphic_embed, "~> 1.1.0"} + {:polymorphic_embed, "~> 1.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index afc346d..802a577 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PolymorphicEmbed.MixProject do use Mix.Project - @version "1.1.0" + @version "1.2.0" def project do [