Prep for 4.0.1 release

This commit is contained in:
Max Veytsman
2022-09-02 21:04:12 -04:00
parent 0726bf6781
commit 3052d67e5e
3 changed files with 6 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Add Heroicons to your `mix.exs`:
```elixir
defp deps do
[
{:heroicons, "~> 0.4.0"}
{:heroicons, "~> 0.4.1"}
]
end
```