updated version

This commit is contained in:
nathan 2016-05-08 16:57:40 +02:00
parent 495973d3a7
commit ca4774b253
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,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.18</version>
<version>2.19</version>
</dependency>
```

View File

@ -502,7 +502,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "2.18";
return "2.19";
}
/**