Skip to content

Commit

Permalink
v4.2.2 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
thumbnail committed May 5, 2020
1 parent 36f6b10 commit 57e4651
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 @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down

0 comments on commit 57e4651

Please sign in to comment.