diff --git a/README.md b/README.md index 23b6cb6..0b515a9 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.6.4"} + org.duct-framework/module.logging {:mvn/version "0.6.5"} Or to your Leiningen project file: - [org.duct-framework/module.logging "0.6.4"] + [org.duct-framework/module.logging "0.6.5"] ## Usage diff --git a/project.clj b/project.clj index 365b116..e46d1c6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/module.logging "0.6.4" +(defproject org.duct-framework/module.logging "0.6.5" :description "Logging module for Duct" :url "https://github.com/duct-framework/module.logging" :license {:name "Eclipse Public License"