From 604fa7f6758344f982311246449039ab2b02338d Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 18 Jul 2018 23:23:41 +0100 Subject: [PATCH] Upversioned to 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 57bd543..c0e28ce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.0-SNAPSHOT" +(defproject adl-support "0.1.0" :description "A small library of functions called by generated ADL code." :url "http://example.com/FIXME" :license {:name "MIT License"