From 9902f80920d919a7a0703b7f471446ed4e9324fc Mon Sep 17 00:00:00 2001 From: vemv Date: Wed, 19 Feb 2020 08:44:02 +0100 Subject: [PATCH] v3.1.0 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 956225e5..d5cdf36a 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 "3.0.0"] +[formatting-stack "3.1.0"] ``` **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 c7160ff2..79683146 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 "3.0.0" +(defproject formatting-stack "3.1.0" ;; Please keep the dependencies sorted a-z. :dependencies [[clj-kondo "2020.01.13"] [cljfmt "0.6.5" :exclusions [rewrite-clj]]