From e3bcf980240432c4983e351b8ff2abf48659fd25 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 27 Feb 2020 14:23:19 +0000 Subject: [PATCH] lein-release plugin: bumped version from 0.1.3 to 0.1.4-SNAPSHOT for next development cycle --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 5afa166..7607c84 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject geocsv "0.1.3" +(defproject geocsv "0.1.4-SNAPSHOT" :description "A wee tool to show comma-separated value data on a map." :url "https://github.com/simon-brooke/geocsv"