From c78bba3ab122b1048752537adab814fd7467ad65 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Sun, 13 Oct 2024 01:17:52 +0100 Subject: [PATCH] Release 0.1.0 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 193eec4..5fe9d30 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.1.0-SNAPSHOT"} + org.duct-framework/logger.simple {:mvn/version "0.1.0"} Or to your Leiningen project file: - [org.duct-framework/logger.simple "0.1.0-SNAPSHOT"] + [org.duct-framework/logger.simple "0.1.0"] ## Usage diff --git a/project.clj b/project.clj index 582e0cb..87ca249 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/logger.simple "0.1.0-SNAPSHOT" +(defproject org.duct-framework/logger.simple "0.1.0" :description "A simple logger for the Duct framework" :url "https://github.com/duct-framework/logger.simple" :license {:name "Eclipse Public License"