From 7d1ee1452f6511acc8505332f7b2c1ead46fe533 Mon Sep 17 00:00:00 2001 From: Mathieu Decaffmeyer <5883963+mathieuprog@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:28:48 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8df916e..f5a3949 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ Add `polymorphic_embed` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:polymorphic_embed, "~> 4.1.1"} + {:polymorphic_embed, "~> 4.1"} ] end ```