From af846e5271d309f884dd6a1d513ea6b74fcfe556 Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Tue, 11 Oct 2016 23:43:40 +0200 Subject: [PATCH] Version 0.2.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7434839..a815fa1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lambdacd-artifacts "0.2.0-SNAPSHOT" +(defproject lambdacd-artifacts "0.2.0" :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"