Skip to content

Commit 2b7f0e5

Browse files
authored
Merge pull request #120 from nedap/3.1.0
v3.1.0
2 parents 5b76f6b + 9902f80 commit 2b7f0e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ As you can see in the screenshot, **formatting-stack** presents linters' outputs
8787
#### Coordinates
8888

8989
```clojure
90-
[formatting-stack "3.0.0"]
90+
[formatting-stack "3.1.0"]
9191
```
9292

9393
**Also** you might have to add the [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) dependency.

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
;; Please don't bump the library version by hand - use ci.release-workflow instead.
2-
(defproject formatting-stack "3.0.0"
2+
(defproject formatting-stack "3.1.0"
33
;; Please keep the dependencies sorted a-z.
44
:dependencies [[clj-kondo "2020.01.13"]
55
[cljfmt "0.6.5" :exclusions [rewrite-clj]]

0 commit comments

Comments
 (0)