Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Apr 25, 2023
1 parent f78b655 commit 5701de6
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 @@ -10,7 +10,7 @@ you what's wrong, it just rewrites the code for you to fit its style rules.
```elixir
def deps do
[
{:styler, "~> 0.4", only: [:dev, :test], runtime: false},
{:styler, "~> 0.5", only: [:dev, :test], runtime: false},
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defmodule Styler.MixProject do
use Mix.Project

# Don't forget to bump the README when doing non-patch version changes
@version "0.4.1"
@version "0.5.0"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit 5701de6

Please sign in to comment.