Skip to content

Commit

Permalink
update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Sep 23, 2024
1 parent 42b5d40 commit 79dce09
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 @@ -41,7 +41,7 @@ Add `:styler` as a dependency to your project's `mix.exs`:
```elixir
def deps do
[
{:styler, "~> 1.0.0-rc.1", only: [:dev, :test], runtime: false},
{:styler, "~> 1.1", only: [:dev, :test], runtime: false},
]
end
```
Expand Down

0 comments on commit 79dce09

Please sign in to comment.