Fixed issue with chromeOS initialization (the fix is in the Utils).

This commit is contained in:
nathan 2017-09-22 09:11:56 +02:00
parent 884a32dd81
commit b17e345822
2 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>3.7</version>
<version>3.8</version>
</dependency>
</dependencies>
````

View File

@ -1000,7 +1000,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "3.7";
return "3.8";
}
/**