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

@ -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
```