Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.6.7
  • Loading branch information
weavejester committed Mar 4, 2020
1 parent 6924b69 commit f1380e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ The easiest way to get started with cljfmt is to add the lein-cljfmt
plugin to your [Leiningen][] project map:

```clojure
:plugins [[lein-cljfmt "0.6.6"]]
:plugins [[lein-cljfmt "0.6.7"]]
```

cljfmt has tested on Leiningen 2.5, but may not work on older
Expand Down
2 changes: 1 addition & 1 deletion cljfmt/project.clj
@@ -1,4 +1,4 @@
(defproject cljfmt "0.6.6"
(defproject cljfmt "0.6.7"
:description "A library for formatting Clojure code"
:url "https://github.com/weavejester/cljfmt"
:scm {:dir ".."}
Expand Down
4 changes: 2 additions & 2 deletions lein-cljfmt/project.clj
@@ -1,8 +1,8 @@
(defproject lein-cljfmt "0.6.6"
(defproject lein-cljfmt "0.6.7"
:description "A library for formatting Clojure code"
:url "https://github.com/weavejester/cljfmt"
:scm {:dir ".."}
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:eval-in-leiningen true
:dependencies [[cljfmt "0.6.6"]])
:dependencies [[cljfmt "0.6.7"]])

0 comments on commit f1380e2

Please sign in to comment.