From 6a547f51aa57813bab53faa77ff04a2a9f453ca6 Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Sun, 26 Jul 2015 21:22:19 +0200 Subject: [PATCH] Version 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2a1505d..bc086b5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lambdacd-artifacts "0.1.0-SNAPSHOT" +(defproject lambdacd-artifacts "0.1.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"