Skip to content

Commit 38db7a7

Browse files
authored
v4.4.1 (#197)
1 parent 7824d61 commit 38db7a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Alternative reporters can be found in `./src/formatting_stack/reporters`, such a
9191
#### Coordinates
9292

9393
```clojure
94-
[formatting-stack "4.4.0"]
94+
[formatting-stack "4.4.1"]
9595
```
9696

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

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(def eastwood-version "0.9.9")
22

33
;; Please don't bump the library version by hand - use ci.release-workflow instead.
4-
(defproject formatting-stack "4.4.0"
4+
(defproject formatting-stack "4.4.1"
55
;; Please keep the dependencies sorted a-z.
66
:dependencies [[clj-kondo "2021.01.20"]
77
[cljfmt "0.7.0"]

0 commit comments

Comments
 (0)