Updated version (fix from utils: xdg-open now runs outside of the

GtkEventDispatch thread)
This commit is contained in:
nathan 2017-09-28 22:10:20 +02:00
parent b17e345822
commit c4a00e7917
2 changed files with 2 additions and 2 deletions

View File

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

View File

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