Skip to content

Commit

Permalink
Update version in the readme
Browse files Browse the repository at this point in the history
With the current readme instructions the user would end up with an
outdated version of ecto_dbg
  • Loading branch information
axelson committed Mar 14, 2023
1 parent 2cf6c0f commit 50696b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:ecto_dbg, "~> 0.1.0", only: [:dev, :test]}
{:ecto_dbg, "~> 0.2.0", only: [:dev, :test]}
]
end
```
Expand Down

0 comments on commit 50696b2

Please sign in to comment.