Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashinsch committed Jan 1, 2021
1 parent 1c76e1e commit d10e77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,15 +28,15 @@ Simple logfile viewer as spring boot actuator endpoint

###Gradle
```groovy
compile 'eu.hinsch:spring-boot-actuator-logview:0.2.12'
compile 'eu.hinsch:spring-boot-actuator-logview:0.2.13'
```

###Maven
```xml
<dependency>
<groupId>eu.hinsch</groupId>
<artifactId>spring-boot-actuator-logview</artifactId>
<version>0.2.12</version>
<version>0.2.13</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion lib/lib.gradle
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'com.github.kt3k.coveralls'

ext {
springBootVersion = '1.2.1.RELEASE'
libVersion = '0.2.12'
libVersion = '0.2.13'
}

jar {
Expand Down

0 comments on commit d10e77a

Please sign in to comment.