From 79dce095e831411a9b7a0fd60a7181914ee99333 Mon Sep 17 00:00:00 2001 From: Matt Enlow Date: Mon, 23 Sep 2024 12:38:34 -0600 Subject: [PATCH] update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c235065..f6978a5 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.0.0-rc.1", only: [:dev, :test], runtime: false}, + {:styler, "~> 1.1", only: [:dev, :test], runtime: false}, ] end ```