From 8152f0d840c5db02df1c9fa5a66279945a6adc3c Mon Sep 17 00:00:00 2001
From: Simon Brooke <simon@journeyman.cc>
Date: Wed, 29 Jan 2020 20:43:23 +0000
Subject: [PATCH] lein-release plugin: preparing 0.1.1 release

---
 project.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project.clj b/project.clj
index e1e6f68..e4a5781 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject geocsv "0.1.1-SNAPSHOT"
+(defproject geocsv "0.1.1"
 
   :description "A wee tool to show comma-separated value data on a map."
   :url "http://example.com/FIXME"