Release 0.3.1

This commit is contained in:
Max Veytsman
2022-02-15 23:45:35 -05:00
parent 03bbf8b3c6
commit 86817fbdb5
2 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@ defmodule HeroiconsElixir.MixProject do
def project do
[
app: :heroicons,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),