Updated version

This commit is contained in:
nathan 2016-04-28 16:46:18 +02:00
parent ef83476304
commit 8c7623db2b
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.5</version>
<version>1.7</version>
</dependency>
```

View File

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