From 022941910bb703210076ffb2c2456769ebf65677 Mon Sep 17 00:00:00 2001 From: Chad Harrington Date: Wed, 1 Nov 2017 19:49:11 -0600 Subject: [PATCH] lein-release plugin: preparing 0.1.4 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 459c2d9..3fcd040 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject deercreeklabs/lancaster "0.1.4-SNAPSHOT" +(defproject deercreeklabs/lancaster "0.1.4" :description "Tools for working with Apache Avro" :url "http://www.deercreeklabs.com" :license {:name "Apache License, Version 2.0"