Bump version
This commit is contained in:
@ -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
|
||||||
|
2
mix.exs
2
mix.exs
@ -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(),
|
||||||
|
Reference in New Issue
Block a user