Bump version

This commit is contained in:
Max Veytsman
2022-10-12 15:12:58 -04:00
parent 382e6e0cdc
commit a1d92e2fbc
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.5.1
### Enhancements
- Add a `:outline` attribute to specify outline explicitly
- Allow `fill`, `stroke`, and `stroke-width` to be user specified.
## 0.5.0 ## 0.5.0
### Backwards incompatible changes ### Backwards incompatible changes

View File

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