diff --git a/README.md b/README.md index 0b5003b3..5f51e7e5 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ As you can see in the screenshot, **formatting-stack** presents linters' outputs #### Coordinates ```clojure -[formatting-stack "4.2.1"] +[formatting-stack "4.2.2"] ``` **Also** you might have to add the [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) dependency. diff --git a/project.clj b/project.clj index ee0cbda6..f178d8c3 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,5 @@ ;; Please don't bump the library version by hand - use ci.release-workflow instead. -(defproject formatting-stack "4.2.1" +(defproject formatting-stack "4.2.2" ;; Please keep the dependencies sorted a-z. :dependencies [[clj-kondo "2020.01.13"] [cljfmt "0.6.5" :exclusions [rewrite-clj]]