Updated version

This commit is contained in:
nathan 2016-04-05 14:35:13 +02:00
parent 62740a0d5a
commit 88b0ef8bcd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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