From aa62040555f9aba076fb1d7ef3f87a738d6ea306 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 2 May 2019 15:42:22 +0100 Subject: [PATCH] lein-release plugin: preparing 0.1.6 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 34a7dc4..9a33b0a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.6-SNAPSHOT" +(defproject adl-support "0.1.6" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"