From 09ca6c4200ae25ffef3cebdd97cd7843cfcd647a Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:06:25 +0100 Subject: [PATCH] Version 0.1.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e50aa65..a90c092 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl-support "0.1.1-SNAPSHOT" +(defproject adl-support "0.1.1" :description "A small library of functions called by generated ADL code." :url "https://github.com/simon-brooke/adl-support" :license {:name "MIT License"