From 76635cd4293b4a78d4b9aa825e65eeebbd252bec Mon Sep 17 00:00:00 2001 From: mathieuprog <5883963+mathieuprog@users.noreply.github.com> Date: Fri, 21 May 2021 08:09:43 +0200 Subject: [PATCH] Bump version to 1.6.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52a82e7..b202d8a 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:polymorphic_embed, "~> 1.6.1"} + {:polymorphic_embed, "~> 1.6.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 22e59d0..333a552 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PolymorphicEmbed.MixProject do use Mix.Project - @version "1.6.1" + @version "1.6.2" def project do [