Skip to content

Commit

Permalink
Upgrade version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
remi committed Nov 23, 2023
1 parent afa45c4 commit 60ddab0
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 @@ -14,7 +14,7 @@ Add the `:credo_naming` package to your `mix.exs` dependencies:
```elixir
def deps do
[
{:credo_naming, "~> 2.0", only: [:dev, :test], runtime: false}
{:credo_naming, "~> 2.1", only: [:dev, :test], runtime: false}
]
end
```
Expand Down

0 comments on commit 60ddab0

Please sign in to comment.