Updated build, finished adding maven info

This commit is contained in:
nathan 2016-03-12 03:12:13 +01:00
parent 66d6485f21
commit 4296cc98b3
2 changed files with 2 additions and 3 deletions

View File

@ -4,14 +4,13 @@ Drop-in replacement for [minlog](https://github.com/EsotericSoftware/minlog).
* Suppresses no log levels at compile time so you can control them in your logging config instead
<h4>We now release to maven!</h4>
```
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>MinLog-SLF4J</artifactId>
<version>1.2</version>
<version>1.3</version>
</dependency>
```

View File

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