From 07f1ff5073eb96f8f837ac58c38d7518a5e74377 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 11:17:13 +0100 Subject: [PATCH] lein-release plugin: preparing 1.4.5 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 9ef1f54..c981722 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl "1.4.5-SNAPSHOT" +(defproject adl "1.4.5" :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"