From 562851ab6193f37c670da247597af878cfe1fc1d Mon Sep 17 00:00:00 2001 From: Sebastian Roidl Date: Tue, 29 Jan 2019 00:01:37 +0100 Subject: [PATCH] Version 1.2.0 --- backend/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/project.clj b/backend/project.clj index 055e6bbe..b1409947 100644 --- a/backend/project.clj +++ b/backend/project.clj @@ -1,4 +1,4 @@ -(defproject lambdaui "1.2.0-SNAPSHOT" +(defproject lambdaui "1.2.0" :description "LambdaCD-Plugin that provides a modern UI for your pipeline." :url "https://github.com/sroidl/lambda-ui" :license {:name "Apache License 2.0"