From f0597c2c089e51a394b27cbc02f94b5df16165a9 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Fri, 25 Oct 2024 13:05:50 +0100 Subject: [PATCH] Release 0.6.0 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea5c99a..3815b96 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ accidental upgrades. Add the following dependency to your deps.edn file: - org.duct-framework/module.logging {:mvn/version "0.5.0"} + org.duct-framework/module.logging {:mvn/version "0.6.0"} Or to your Leiningen project file: - [org.duct-framework/module.logging "0.5.0"] + [org.duct-framework/module.logging "0.6.0"] ## Usage diff --git a/project.clj b/project.clj index 3e51dbe..f348e81 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/module.logging "0.5.0" +(defproject org.duct-framework/module.logging "0.6.0" :description "Logging module for Duct" :url "https://github.com/duct-framework/module.logging" :license {:name "Eclipse Public License"