Skip to content

Commit d667788

Browse files
author
Yannick Scherer
committed
Version 0.3.9
1 parent 9d37bbb commit d667788

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.8"]
20+
[rewrite-clj "0.3.9"]
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.8"
1+
(defproject rewrite-clj "0.3.9"
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)