Updated version

This commit is contained in:
nathan 2016-05-31 02:21:42 +02:00
parent bb6d675d4e
commit 22193000dc
3 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@
Copyright 2008, Nathan Sweet
Dan Brown
dorkbox, llc
Drop-in replacement for MinLog to log through SLF4j.
- SLF4J - MIT License

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.7</version>
<version>1.8</version>
</dependency>
```

View File

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