From 0716d9a67753f0697fa017acbc5f7ca20b29f4e7 Mon Sep 17 00:00:00 2001 From: Max Veytsman Date: Tue, 15 Feb 2022 23:47:54 -0500 Subject: [PATCH] Update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00897e2..0c51125 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add Heroicons to your `mix.exs`: ```elixir defp deps do [ - {:heroicons, "~> 0.3.0"} + {:heroicons, "~> 0.3.1"} ] end ```