Updated version

This commit is contained in:
nathan 2016-03-13 17:37:42 +01:00
parent 47f1204e6b
commit 2763e91933
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.3</version>
<version>1.4</version>
</dependency>
```

View File

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