Updated builds + build system

This commit is contained in:
nathan 2016-02-13 18:51:13 +01:00
parent 8c3a2a2c0c
commit 923da17502
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>
```

View File

@ -277,7 +277,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "2.3";
return "2.4";
}
/**