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

6
CHANGELOG.md Normal file
View File

@ -0,0 +1,6 @@
# Changelog
## 0.3.1 (2022-02-15)
### Bug fixes
- No longer issue warnings for using the components as functions (https://github.com/mveytsman/heroicons_elixir/issues/7)

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(),