From e0bb35504744fcffb8f2a48de5d63630f79d2fee Mon Sep 17 00:00:00 2001 From: John Cowie Del Corral Date: Mon, 22 Jul 2024 15:17:59 +0200 Subject: [PATCH] Manually bump to 0.1.19-RC13 --- cambium/project.clj | 2 +- core/project.clj | 2 +- null/project.clj | 2 +- project.clj | 2 +- redaction/project.clj | 2 +- test/project.clj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cambium/project.clj b/cambium/project.clj index 7f4eabc..1353534 100644 --- a/cambium/project.clj +++ b/cambium/project.clj @@ -1,4 +1,4 @@ -(defproject io.logicblocks/cartus.cambium "0.1.19-RC12" +(defproject io.logicblocks/cartus.cambium "0.1.19-RC13" :description "A cambium backend for cartus." :plugins [[lein-modules "0.3.11"]] diff --git a/core/project.clj b/core/project.clj index 67c1896..e3e8b72 100644 --- a/core/project.clj +++ b/core/project.clj @@ -1,4 +1,4 @@ -(defproject io.logicblocks/cartus.core "0.1.19-RC12" +(defproject io.logicblocks/cartus.core "0.1.19-RC13" :description "A structured logging abstraction with multiple backends." :plugins [[lein-modules "0.3.11"]]) diff --git a/null/project.clj b/null/project.clj index bf89e17..53aee35 100644 --- a/null/project.clj +++ b/null/project.clj @@ -1,4 +1,4 @@ -(defproject io.logicblocks/cartus.null "0.1.19-RC12" +(defproject io.logicblocks/cartus.null "0.1.19-RC13" :description "A null backend for cartus." :plugins [[lein-modules "0.3.11"]] diff --git a/project.clj b/project.clj index ff44405..8706395 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject io.logicblocks/cartus "0.1.19-RC12" +(defproject io.logicblocks/cartus "0.1.19-RC13" :description "Parent for all cartus modules." :plugins [[lein-modules "0.3.11"] diff --git a/redaction/project.clj b/redaction/project.clj index 245d12f..4595793 100644 --- a/redaction/project.clj +++ b/redaction/project.clj @@ -1,4 +1,4 @@ -(defproject io.logicblocks/cartus.redaction "0.1.19-RC12" +(defproject io.logicblocks/cartus.redaction "0.1.19-RC13" :description "A redaction transformer for cartus." :plugins [[lein-modules "0.3.11"]] diff --git a/test/project.clj b/test/project.clj index c80ec80..20a67b5 100644 --- a/test/project.clj +++ b/test/project.clj @@ -1,4 +1,4 @@ -(defproject io.logicblocks/cartus.test "0.1.19-RC12" +(defproject io.logicblocks/cartus.test "0.1.19-RC13" :description "A test backend for cartus." :plugins [[lein-modules "0.3.11"]]