From 972b460d20caebc42c7bcb1ff2b5f114600d9a71 Mon Sep 17 00:00:00 2001 From: Alessio Coser Date: Thu, 9 Apr 2020 11:00:47 +0200 Subject: [PATCH] Release 1.3.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b5ea77..83d64ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ repositories { ``` - Add the dependency ``` -implementation('com.github.DaikonWeb:daikon-prometheus:1.3.0') +implementation('com.github.DaikonWeb:daikon-prometheus:1.3.1') ``` ### Maven @@ -38,7 +38,7 @@ implementation('com.github.DaikonWeb:daikon-prometheus:1.3.0') com.github.DaikonWeb daikon-prometheus - 1.3.0 + 1.3.1 ``` diff --git a/build.gradle b/build.gradle index 04d8503..c9916ce 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { implementation platform('org.jetbrains.kotlin:kotlin-bom') implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' - implementation 'com.github.DaikonWeb:daikon:1.3.0' + implementation 'com.github.DaikonWeb:daikon:1.3.1' compile 'io.micrometer:micrometer-registry-prometheus:1.3.5'