@@ -79,7 +79,7 @@ Use `--help` for a list of all the command-line options.
7979
8080For persistent configuration, you can use a [ configuration file] [ ] .
8181
82- [ zipped up binary ] : https://github.com/weavejester/cljfmt/releases/download/0.13.2 /cljfmt-0.13.2 -win-amd64.zip
82+ [ zipped up binary ] : https://github.com/weavejester/cljfmt/releases/download/0.13.3 /cljfmt-0.13.3 -win-amd64.zip
8383[ configuration file ] : #configuration
8484
8585### Clojure Tools
@@ -88,7 +88,7 @@ The official Clojure CLI supports installation of thirdparty [tools][].
8888To install cljfmt as a tool, run:
8989
9090``` bash
91- clj -Ttools install io.github.weavejester/cljfmt ' {:git/tag "0.13.2 "}' :as cljfmt
91+ clj -Ttools install io.github.weavejester/cljfmt ' {:git/tag "0.13.3 "}' :as cljfmt
9292```
9393
9494To use the tool to check for formatting errors in your project, run:
@@ -111,7 +111,7 @@ clj -Tcljfmt fix
111111Leiningen, add the following plugin to your ` project.clj ` file:
112112
113113``` clojure
114- :plugins [[dev.weavejester/lein-cljfmt " 0.13.2 " ]]
114+ :plugins [[dev.weavejester/lein-cljfmt " 0.13.3 " ]]
115115```
116116
117117To use the plugin to check code for formatting errors, run:
@@ -139,7 +139,7 @@ recursively checks / fixes paths like the CLI tool.
139139First, add the dependency:
140140
141141``` edn
142- {:deps {dev.weavejester/cljfmt {:mvn/version " 0.13.2 " }}}
142+ {:deps {dev.weavejester/cljfmt {:mvn/version " 0.13.3 " }}}
143143```
144144
145145Then use the library:
0 commit comments