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"