From 2672eb661aac1bb2c775c07520db93c0ab509116 Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Wed, 22 Jun 2016 21:21:53 +0200 Subject: [PATCH] Version 0.1.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 565ea4f..b58d3f1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lambdacd-artifacts "0.1.1-SNAPSHOT" +(defproject lambdacd-artifacts "0.1.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"