Updated version

This commit is contained in:
nathan 2017-09-17 21:34:30 +02:00
parent 79a7ccbe5c
commit bed426607e
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.5</version>
<version>3.6</version>
</dependency>
</dependencies>
````

View File

@ -990,7 +990,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "3.5";
return "3.6";
}
/**