Skip to content

Commit fcbb244

Browse files
author
Yannick Scherer
committed
Release 0.3.0
1 parent 572e96b commit fcbb244

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
@@ -19,7 +19,7 @@ __This project is in flux. Anything may change at any time.__
1919
__Leiningen ([via Clojars](http://clojars.org/rewrite-clj))__
2020

2121
```clojure
22-
[rewrite-clj "0.2.0"]
22+
[rewrite-clj "0.3.0"]
2323
```
2424

2525
__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.0-SNAPSHOT"
1+
(defproject rewrite-clj "0.3.0"
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)