From c61be2fefce318341b5eae3676b377b3ef0e606e Mon Sep 17 00:00:00 2001 From: Simon Brooke <simon@journeyman.cc> Date: Sat, 21 Jul 2018 18:19:22 +0100 Subject: [PATCH] lein-release plugin: preparing 1.4.3 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index eb62a25..6b48055 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject adl "1.4.3-SNAPSHOT" +(defproject adl "1.4.3" :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"