From af473fcefefc79aa248c38b1527dc5854c7bf08b Mon Sep 17 00:00:00 2001 From: Minh Tuan Nguyen Date: Sun, 15 May 2016 19:48:27 +0200 Subject: [PATCH] release 0.9.6 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0538f74..9236e00 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject sync "0.9.6-SNAPSHOT" +(defproject sync "0.9.6" :description "sync is a Leiningen plugin to sync same code base between different clojure projects" :url "https://github.com/otto-de/leinsync" :license {:name "Eclipse Public License"