diff --git a/README.md b/README.md index b14885f..3661d03 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.9' +compile 'eu.hinsch:spring-boot-actuator-logview:0.2.10' ``` ###Maven @@ -34,7 +34,7 @@ compile 'eu.hinsch:spring-boot-actuator-logview:0.2.9' eu.hinsch spring-boot-actuator-logview - 0.2.9 + 0.2.10 ``` diff --git a/lib/lib.gradle b/lib/lib.gradle index 57d3c8d..c5f7c25 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.9' + libVersion = '0.2.10' } jar {