Skip to content

Commit 90a7d99

Browse files
author
Yannick Scherer
committed
Release 0.3.5
1 parent 33d95d2 commit 90a7d99

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
@@ -18,7 +18,7 @@ missing documentation. For those with similar experiences: rewrite-clj is for yo
1818
__Leiningen ([via Clojars](http://clojars.org/rewrite-clj))__
1919

2020
```clojure
21-
[rewrite-clj "0.3.4"]
21+
[rewrite-clj "0.3.5"]
2222
```
2323

2424
__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.4"
1+
(defproject rewrite-clj "0.3.5"
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)