Updated version information

This commit is contained in:
nathan 2017-02-21 14:43:48 +01:00
parent b0fc247f43
commit 0dd31d3529
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ Drop-in replacement for [minlog](https://github.com/EsotericSoftware/minlog).
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>MinLog-SLF4J</artifactId>
<version>1.8</version>
<version>1.9</version>
</dependency>
```

View File

@ -59,7 +59,7 @@ public class Log {
*/
public static
String getVersion() {
return "1.8";
return "1.9";
}
/**