Updated version

This commit is contained in:
nathan 2016-04-28 14:36:53 +02:00
parent 167031aceb
commit 33cc61c920
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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId> <artifactId>SystemTray</artifactId>
<version>2.17</version> <version>2.18</version>
</dependency> </dependency>
``` ```

View File

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