From 1b1a0ff09a758ea17a5b99a1260f7b7b89b7fd79 Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Fri, 8 Jul 2016 10:08:12 +0200 Subject: [PATCH] Version 0.5.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c1a5dfcf..156ce0ad 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject rewrite-clj "0.5.1-SNAPSHOT" +(defproject rewrite-clj "0.5.1" :description "Comment-/Whitespace-preserving rewriting of EDN documents." :url "https://github.com/xsc/rewrite-clj" :license {:name "MIT License"