From 9a87f26b5acaab63df466e4ee8e2156779b5dc16 Mon Sep 17 00:00:00 2001 From: Max Veytsman Date: Mon, 19 Apr 2021 15:21:23 -0400 Subject: [PATCH] Bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5a5a59b..1d9ca54 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule HeroiconsElixir.MixProject do def project do [ app: :heroicons, - version: "0.2.1", + version: "0.2.2", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, deps: deps(),