From 7c8b1f2fea987fadf64f5ab85a785ffe70a04b52 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 27 Jan 2020 10:43:07 +0000 Subject: [PATCH] lein-release plugin: preparing 0.1.0 release --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index d0d8de1..3e86a21 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject csv2edn "0.1.0-SNAPSHOT" +(defproject csv2edn "0.1.0" :description "Simple command line utility to convert CSV files to EDN" :url "http://example.com/FIXME" :license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0" @@ -8,7 +8,7 @@ [org.clojure/tools.cli "0.4.2"]] :main ^:skip-aot csv2edn.core :target-path "target/%s" - :plugins [[lein-codox "0.10.7-multilang"] + :plugins [[lein-codox "0.10.7"] [lein-kibit "0.1.6"] [lein-release "1.0.5"]] :profiles {:uberjar {:aot :all}}