Skip to content

Commit

Permalink
Merge branch 'release/0.6.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Jul 29, 2024
2 parents 75c6294 + b053bfe commit b0de20d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The package can be installed by adding `tabler_icons` to your list of dependenci
```elixir
def deps do
[
{:tabler_icons, "~> 0.5.0"}
{:tabler_icons, "~> 0.6.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule TablerIcons.MixProject do
def project do
[
app: :tabler_icons,
version: "0.5.4",
version: "0.6.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit b0de20d

Please sign in to comment.