From 1deff1a6e497625d9495034f2e9798436175265f Mon Sep 17 00:00:00 2001 From: Erdos Balint Date: Tue, 21 Nov 2023 19:18:13 +0900 Subject: [PATCH] Bump --- README.md | 2 +- pom.xml | 4 ++-- project.clj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5458763..05a914b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Clojure library for tracing (possibly async) applications with Datadog. Available on Clojars. ``` -[jp.studist/sleepydog "0.1.1"] +[jp.studist/sleepydog "0.1.3"] ``` ## Usage diff --git a/pom.xml b/pom.xml index 38730e3..8671970 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jp.studist sleepydog jar - 0.1.2 + 0.1.3 sleepydog Clojure library for tracing (possibly async) applications with Datadog. https://github.com/StudistCorporation/sleepydog @@ -18,7 +18,7 @@ https://github.com/StudistCorporation/sleepydog scm:git:git://github.com/StudistCorporation/sleepydog.git scm:git:ssh://git@github.com/StudistCorporation/sleepydog.git - v0.1.2 + v0.1.3 src diff --git a/project.clj b/project.clj index a294d53..a7f2fc8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject jp.studist/sleepydog "0.1.2" +(defproject jp.studist/sleepydog "0.1.3" :description "Clojure library for tracing (possibly async) applications with Datadog." :url "https://github.com/StudistCorporation/sleepydog" :license {:name "MIT"