Updated version

This commit is contained in:
nathan 2018-04-08 22:08:56 +02:00
parent 52605ab9ff
commit c638eefa22
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.12</version>
<version>3.13</version>
</dependency>
</dependencies>
````

View File

@ -1037,7 +1037,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "3.12";
return "3.13";
}
/**