From 676953ccf294e59336ec0348090bb2833797a8b7 Mon Sep 17 00:00:00 2001 From: Minh Tuan Nguyen Date: Wed, 15 Jun 2016 10:59:33 +0200 Subject: [PATCH] release 0.9.21 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 44e7ba0..6dd2a9f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject sync "0.9.21-SNAPSHOT" +(defproject sync "0.9.21" :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"