From e13bf452f63552dd73f675e2e60410540dcee847 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Fri, 14 Apr 2017 16:33:21 +0100 Subject: [PATCH] Release 0.1.0 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6372c0b..ebd26f2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A [Duct][] module that adds logging to a configuration, using the To install, add the following to your project `:dependencies`: - [duct/module.logging "0.1.0-SNAPSHOT"] + [duct/module.logging "0.1.0"] ## Usage diff --git a/project.clj b/project.clj index f626b9a..2609239 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject duct/module.logging "0.1.0-SNAPSHOT" +(defproject duct/module.logging "0.1.0" :description "Logging module for Duct" :url "https://github.com/duct-framework/module.logging" :license {:name "Eclipse Public License"