Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Oct 18, 2016
1 parent d31ae14 commit 8675ef5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ dependencies.
Latest release
--------------

The most recent release is 1.0.1, released October 8, 2016.
The most recent release is 1.0.2, released October 18, 2016.

To add a dependency using Maven, use the following:

```xml
<dependency>
<groupId>de.siegmar</groupId>
<artifactId>logback-gelf</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

To add a dependency using Gradle:

```gradle
dependencies {
compile 'de.siegmar:logback-gelf:1.0.1'
compile 'de.siegmar:logback-gelf:1.0.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'signing'

group = "de.siegmar"
archivesBaseName = "logback-gelf"
version = "1.0.1"
version = "1.0.2"

sourceCompatibility = 1.7

Expand Down

0 comments on commit 8675ef5

Please sign in to comment.