Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelen committed Apr 27, 2024
1 parent fb9964e commit 4ad0211
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 @@ -62,7 +62,7 @@ in `mix.exs`:
```elixir
def deps do
[
{:ecto_erd, "~> 0.5", only: :dev}
{:ecto_erd, "~> 0.6", only: :dev}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end
defmodule Ecto.ERD.MixProject do
use Mix.Project
@source_url "https://github.com/fuelen/ecto_erd/"
@version "0.5.1"
@version "0.6.0"

def project do
[
Expand Down

0 comments on commit 4ad0211

Please sign in to comment.