Skip to content

Commit

Permalink
Merge pull request #120 from nedap/3.1.0
Browse files Browse the repository at this point in the history
v3.1.0
  • Loading branch information
vemv authored Feb 19, 2020
2 parents 5b76f6b + 9902f80 commit 2b7f0e5
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 "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.
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 "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]]
Expand Down

0 comments on commit 2b7f0e5

Please sign in to comment.