From 8f5eb3270212a46b6c237181a89b44fc2ebda11d Mon Sep 17 00:00:00 2001 From: DiCanio Date: Mon, 21 Oct 2019 16:26:19 +0200 Subject: [PATCH] Update Project Version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b0f627f..453694e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject datomic-tx-metrics "0.1.0" +(defproject datomic-tx-metrics "0.2.0" :description "Containing a callback handler for collecting Datomic Transactor + JVM metrics for consumption (e.g. by Prometheus) using a web endpoint offered by the included web server." :dependencies [[aleph "0.4.6"]