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"