From ccab9f231915b3db41d50d4880dda25d7a6c605f Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Sat, 15 Oct 2016 11:22:49 +0200 Subject: [PATCH] Version 0.2.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f31bde5..c50e48b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lambdacd-artifacts "0.2.1-SNAPSHOT" +(defproject lambdacd-artifacts "0.2.1" :description "provides a way to access build artifacts generated by a step in LambdaCD" :url "http://github.com/flosell/lambdacd-artifacts" :license {:name "Apache License, version 2.0"