@@ -54,7 +54,7 @@ Use `--help` for a list of all the command-line options.
5454
5555For persistent configuration, you can use a [ configuration file] [ ] .
5656
57- [ zipped up binary ] : https://github.com/weavejester/cljfmt/releases/download/0.10.5 /cljfmt-0.10.5 -win-amd64.zip
57+ [ zipped up binary ] : https://github.com/weavejester/cljfmt/releases/download/0.10.6 /cljfmt-0.10.6 -win-amd64.zip
5858[ configuration file ] : #configuration
5959
6060### Clojure Tools
@@ -63,7 +63,7 @@ The official Clojure CLI supports installation of thirdparty [tools][].
6363To install cljfmt as a tool, run:
6464
6565``` bash
66- clj -Ttools install io.github.weavejester/cljfmt ' {:git/tag "0.10.5 "}' :as cljfmt
66+ clj -Ttools install io.github.weavejester/cljfmt ' {:git/tag "0.10.6 "}' :as cljfmt
6767```
6868
6969To use the tool to check for formatting errors in your project, run:
@@ -86,7 +86,7 @@ clj -Tcljfmt fix
8686Leiningen, add the following plugin to your ` project.clj ` file:
8787
8888``` clojure
89- :plugins [[dev.weavejester/lein-cljfmt " 0.10.5 " ]]
89+ :plugins [[dev.weavejester/lein-cljfmt " 0.10.6 " ]]
9090```
9191
9292To use the plugin to check code for formatting errors, run:
@@ -113,7 +113,7 @@ cljfmt can be run as a library that formats a string of Clojure code.
113113First, add the dependency:
114114
115115``` edn
116- {:deps {dev.weavejester/cljfmt {:mvn/version " 0.10.5 " }}}
116+ {:deps {dev.weavejester/cljfmt {:mvn/version " 0.10.6 " }}}
117117```
118118
119119Then use the library:
0 commit comments