Skip to content

Commit

Permalink
release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashinsch committed Apr 13, 2016
1 parent 071ddfd commit 5e29b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ 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
```xml
<dependency>
<groupId>eu.hinsch</groupId>
<artifactId>spring-boot-actuator-logview</artifactId>
<version>0.2.9</version>
<version>0.2.10</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion lib/lib.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5e29b39

Please sign in to comment.