From c074707788dbbd49c5779c85ae431c59bbee8e00 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 27 Feb 2020 14:22:16 +0000 Subject: [PATCH] Upversion to 1.0.2-SNAPSHOT for future development. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 5528ece..3ea2388 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject geocsv-lite "1.0.1" +(defproject geocsv-lite "1.0.2-SNAPSHOT" :description "An ultra-lightweight tool to show comma-separated value data on a map." :url "http://example.com/FIXME" :license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0"