From 4a62f91bc594115b05e4ac4cf30a97597e7f73be Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 27 Feb 2020 14:20:53 +0000 Subject: [PATCH] Upversion to 1.0.1 --- .gitignore | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 663f959..7bdac88 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ resources/public/img/map-pins/colours/*.png resources/public/img/map-pins/flags/*.png .rebel_readline_history + +pom.xml.asc diff --git a/project.clj b/project.clj index a634d70..5528ece 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject geocsv-lite "0.1.0" +(defproject geocsv-lite "1.0.1" :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"