updated version

This commit is contained in:
nathan 2016-04-24 17:54:05 +02:00
parent 189ec064fa
commit 167031aceb
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,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.16</version>
<version>2.17</version>
</dependency>
```

View File

@ -470,7 +470,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "2.16";
return "2.17";
}
/**