Updated version information

This commit is contained in:
nathan 2018-05-08 16:48:12 +02:00
parent c8149ab3ae
commit 9c87ea5376
2 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId> <artifactId>SystemTray</artifactId>
<version>3.13</version> <version>3.14</version>
</dependency> </dependency>
</dependencies> </dependencies>
```` ````

View File

@ -1055,7 +1055,7 @@ class SystemTray {
*/ */
public static public static
String getVersion() { String getVersion() {
return "3.13"; return "3.14";
} }
/** /**