Skip to content

Commit c7a132c

Browse files
author
Yannick Scherer
committed
Release 0.3.3
1 parent 32a72f2 commit c7a132c

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