From d416f069dc074c0290523aef667a0addb3238270 Mon Sep 17 00:00:00 2001 From: Antony Woods Date: Thu, 14 Jan 2016 08:42:09 +0000 Subject: [PATCH] Version 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0c0d6be..6fc0d65 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (def slf4j-version "1.7.12") (def cider-nrepl-version "0.9.1") -(defproject witan.app "0.1.0-SNAPSHOT" +(defproject witan.app "0.1.0" :description "FIXME: write description" :url "http://example.com/FIXME" :min-lein-version "2.0.0"