From 57e4651fa0913bc4a65415c07b86c3e1dac403a2 Mon Sep 17 00:00:00 2001 From: Jeroen de Jong Date: Tue, 5 May 2020 17:56:54 +0200 Subject: [PATCH] v4.2.2 (#161) --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]]