Updated version

This commit is contained in:
nathan 2017-12-03 00:43:27 +01:00
parent 6a2f135012
commit a3b7d72ac9
2 changed files with 3 additions and 3 deletions

View File

@ -277,7 +277,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>3.11</version>
<version>3.12</version>
</dependency>
</dependencies>
````
@ -286,7 +286,7 @@ Maven Info
Or if you don't want to use Maven, you can access the latest files and source-code directly from here:
https://github.com/dorkbox/SystemTray/releases
https://oss.sonatype.org/content/repositories/releases/com/dorkbox/SystemTray/
https://oss.sonatype.org/content/repositories/releases/com/dorkbox/SystemTray/
https://oss.sonatype.org/content/repositories/releases/com/dorkbox/ShellExecutor/

View File

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