Updated version information

This commit is contained in:
nathan 2017-02-22 16:25:23 +01:00
parent 5498d3633c
commit 29186db011
2 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>3.0</version>
<version>3.1</version>
</dependency>
````

View File

@ -849,7 +849,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "3.0";
return "3.1";
}
/**