From 65007bade5bc3c906fd9434d86c7ad4984cc7481 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Wed, 20 Nov 2024 11:21:06 -0800 Subject: [PATCH] v1.2.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6978a5..840b221 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 9e80487..1bea032 100644 --- a/mix.exs +++ b/mix.exs @@ -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