We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d37bbb commit d667788Copy full SHA for d667788
README.md
@@ -17,7 +17,7 @@ missing documentation. For those with similar experiences: rewrite-clj is for yo
17
__Leiningen ([via Clojars](http://clojars.org/rewrite-clj))__
18
19
```clojure
20
-[rewrite-clj "0.3.8"]
+[rewrite-clj "0.3.9"]
21
```
22
23
### Parsing Data
project.clj
@@ -1,4 +1,4 @@
1
-(defproject rewrite-clj "0.3.8"
+(defproject rewrite-clj "0.3.9"
2
:description "Comment-/Whitespace-preserving rewriting of EDN documents."
3
:url "https://github.com/xsc/rewrite-clj"
4
:license {:name "Eclipse Public License"
0 commit comments