Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
novaugust committed Nov 20, 2024
1 parent da3f3c9 commit 65007ba
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 @@ -41,7 +41,7 @@ Add `:styler` as a dependency to your project's `mix.exs`:
```elixir
def deps do
[
{:styler, "~> 1.1", only: [:dev, :test], runtime: false},
{:styler, "~> 1.2", 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 "1.1.2"
@version "1.2.0"
@url "https://github.com/adobe/elixir-styler"

def project do
Expand Down

0 comments on commit 65007ba

Please sign in to comment.