From 5d0a172e472e1031dd49be36c59b8b735606ea92 Mon Sep 17 00:00:00 2001 From: Alessio Coser Date: Mon, 16 Mar 2020 16:54:16 +0100 Subject: [PATCH] Release 1.2.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32c3962..6336cfc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ repositories { ``` - Add the dependency ``` -implementation('com.github.DaikonWeb:daikon-prometheus:') +implementation('com.github.DaikonWeb:daikon-prometheus:1.2.1') ``` ### Maven @@ -38,7 +38,7 @@ implementation('com.github.DaikonWeb:daikon-prometheus:') com.github.DaikonWeb daikon-prometheus - + 1.2.1 ``` diff --git a/build.gradle b/build.gradle index 673b641..55c1fa1 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8') - implementation('com.github.DaikonWeb:daikon:') + implementation('com.github.DaikonWeb:daikon:1.2.1') compile('io.micrometer:micrometer-registry-prometheus:1.3.5') testImplementation('com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0')