From 09e9a8a3f102e4773b2f252915e849698d245a06 Mon Sep 17 00:00:00 2001 From: Lukas Hinsch Date: Tue, 12 Apr 2016 22:53:53 +0200 Subject: [PATCH] release 0.2.9 --- README.md | 4 ++-- lib/lib.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b10ebc9..b14885f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Simple logfile viewer as spring boot actuator endpoint ###Gradle ```groovy -compile 'eu.hinsch:spring-boot-actuator-logview:0.2.8' +compile 'eu.hinsch:spring-boot-actuator-logview:0.2.9' ``` ###Maven @@ -34,7 +34,7 @@ compile 'eu.hinsch:spring-boot-actuator-logview:0.2.8' eu.hinsch spring-boot-actuator-logview - 0.2.8 + 0.2.9 ``` diff --git a/lib/lib.gradle b/lib/lib.gradle index 6e84de5..57d3c8d 100644 --- a/lib/lib.gradle +++ b/lib/lib.gradle @@ -14,7 +14,7 @@ apply plugin: 'com.github.kt3k.coveralls' ext { springBootVersion = '1.2.1.RELEASE' - libVersion = '0.2.8' + libVersion = '0.2.9' } jar {