Skip to content

Commit 3e60313

Browse files
author
Yannick Scherer
committed
Release 0.3.2
1 parent 14920b1 commit 3e60313

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ missing documentation. For those with similar experiences: rewrite-clj is for yo
1717
__Leiningen ([via Clojars](http://clojars.org/rewrite-clj))__
1818

1919
```clojure
20-
[rewrite-clj "0.3.1"]
20+
[rewrite-clj "0.3.2"]
2121
```
2222

2323
__Parsing Data__

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject rewrite-clj "0.3.1"
1+
(defproject rewrite-clj "0.3.2"
22
:description "Comment-/Whitespace-preserving rewriting of EDN documents."
33
:url "https://github.com/xsc/rewrite-clj"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)