Release 0.3.2 with heroicons 1.0.5

This commit is contained in:
Max Veytsman
2022-02-21 12:02:04 -05:00
parent 5cbed4d7ea
commit 755133d323
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 0.3.2 (2022-02-21)
### Enchancements
- Update heroicons to 1.0.5 (https://github.com/mveytsman/heroicons_elixir/pull/8)
## 0.3.1 (2022-02-15)
### Bug fixes

View File

@ -4,6 +4,8 @@
Heroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)
Current Heroicons Version: **1.0.5**
## Installation
Add Heroicons to your `mix.exs`:
@ -11,7 +13,7 @@ Add Heroicons to your `mix.exs`:
```elixir
defp deps do
[
{:heroicons, "~> 0.3.1"}
{:heroicons, "~> 0.3.2"}
]
end
```

View File

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