Updated version to 3.2

This commit is contained in:
nathan 2017-08-24 21:33:23 +02:00
parent a1d24d85c9
commit fecb27014f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -989,7 +989,7 @@ class SystemTray {
*/
public static
Version getVersion() {
return new Version("3.1");
return new Version("3.2");
}
/**