From 71fb701d1cab3b70a77b54bd77330ab5cbeebce7 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 27 Jan 2020 11:43:54 +0000 Subject: [PATCH] Still trying to fix the deploy issue... --- project.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index b1f5b5d..40612f0 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ -(defproject csv2edn "0.1.1" - :description "Simple command line utility to convert CSV files to EDN" - :url "http://example.com/FIXME" +(defproject csv2edn "0.1.2-SNAPSHOT" + :description "Simple command line utility to convert CSV files to EDN." + :url "https://github.com/simon-brooke/csv2edn" :license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0" :url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"} :dependencies [[org.clojure/clojure "1.8.0"]