From 235309139f8fc185ca68b2c221a1410e6c8d76fd Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 1 Feb 2020 13:30:08 +0000 Subject: [PATCH] lein-release plugin: preparing 0.1.2 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 94dcc02..dff2acc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject geocsv "0.1.2-SNAPSHOT" +(defproject geocsv "0.1.2" :description "A wee tool to show comma-separated value data on a map." :url "https://github.com/simon-brooke/geocsv"