From 4baa7abcb3804ad8578649b3f72598ce02f37420 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Thu, 21 Nov 2024 01:38:17 +0000 Subject: [PATCH] Release 0.4.5 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a89a08a..9035464 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ compatible with [Integrant][]. Add the following dependency to your deps.edn file: - org.duct-framework/logger.simple {:mvn/version "0.4.4"} + org.duct-framework/logger.simple {:mvn/version "0.4.5"} Or to your Leiningen project file: - [org.duct-framework/logger.simple "0.4.4"] + [org.duct-framework/logger.simple "0.4.5"] ## Usage diff --git a/project.clj b/project.clj index 548105a..288ad51 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/logger.simple "0.4.4" +(defproject org.duct-framework/logger.simple "0.4.5" :description "A simple logger for the Duct framework" :url "https://github.com/duct-framework/logger.simple" :license {:name "Eclipse Public License"