Skip to content

Commit

Permalink
v4.4.1 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
thumbnail authored Oct 15, 2021
1 parent 7824d61 commit 38db7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Alternative reporters can be found in `./src/formatting_stack/reporters`, such a
#### Coordinates

```clojure
[formatting-stack "4.4.0"]
[formatting-stack "4.4.1"]
```

**Also** you might have to add the [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) dependency.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(def eastwood-version "0.9.9")

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

0 comments on commit 38db7a7

Please sign in to comment.