Updated version

This commit is contained in:
nathan 2017-10-03 00:13:17 +02:00
parent 7f4f14b9ee
commit 411adde613
2 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId> <artifactId>SystemTray</artifactId>
<version>3.10</version> <version>3.11</version>
</dependency> </dependency>
</dependencies> </dependencies>
```` ````

View File

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