From 5f0a6004e2ca21616381789623e61554f71bc915 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 2 May 2019 15:41:10 +0100 Subject: [PATCH] lein-release plugin: preparing 1.4.6 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index dc59414..a442d29 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl "1.4.6-SNAPSHOT" +(defproject adl "1.4.6" :description "An application to transform an ADL application specification document into skeleton code for a Clojure web-app" :url "https://github.com/simon-brooke/adl"