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 bea9a9b commit 31f150cCopy full SHA for 31f150c
README.md
@@ -19,7 +19,7 @@ __This project is in flux. Anything may change at any time.__
19
__Leiningen ([via Clojars](http://clojars.org/rewrite-clj))__
20
21
```clojure
22
-[rewrite-clj "0.3.0"]
+[rewrite-clj "0.3.1"]
23
```
24
25
__Parsing Data__
project.clj
@@ -1,4 +1,4 @@
1
-(defproject rewrite-clj "0.3.0"
+(defproject rewrite-clj "0.3.1"
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