Updated version

This commit is contained in:
nathan 2017-09-03 15:32:11 +02:00
parent 1d0d67d0d5
commit 4c4c6bf56d
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>3.3</version>
<version>3.4</version>
</dependency>
</dependencies>
````

View File

@ -991,7 +991,7 @@ class SystemTray {
*/
public static
Version getVersion() {
return new Version("3.3");
return new Version("3.4");
}
/**