Skip to content

Commit 65007ba

Browse files
committed
v1.2.0
1 parent da3f3c9 commit 65007ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Add `:styler` as a dependency to your project's `mix.exs`:
4141
```elixir
4242
def deps do
4343
[
44-
{:styler, "~> 1.1", only: [:dev, :test], runtime: false},
44+
{:styler, "~> 1.2", only: [:dev, :test], runtime: false},
4545
]
4646
end
4747
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule Styler.MixProject do
1212
use Mix.Project
1313

1414
# Don't forget to bump the README when doing non-patch version changes
15-
@version "1.1.2"
15+
@version "1.2.0"
1616
@url "https://github.com/adobe/elixir-styler"
1717

1818
def project do

0 commit comments

Comments
 (0)