Updated version

This commit is contained in:
nathan 2017-09-29 12:19:36 +02:00
parent 249badb6ec
commit 41d3082efc
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1000,7 +1000,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "3.9";
return "3.10";
}
/**