From e5f562f36010814a1d227bb42b50c724e352406f Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Wed, 2 Nov 2016 21:57:21 +0100 Subject: [PATCH] Version 0.6.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6fff069a..0104110d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject rewrite-clj "0.6.0-SNAPSHOT" +(defproject rewrite-clj "0.6.0" :description "Comment-/Whitespace-preserving rewriting of EDN documents." :url "https://github.com/xsc/rewrite-clj" :license {:name "MIT License"