updated released version

This commit is contained in:
nathan 2016-02-14 18:02:22 +01:00
parent 3507869c35
commit c992049280
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>SystemTray</artifactId>
<version>2.10</version>
<version>2.11</version>
</dependency>
```

View File

@ -326,7 +326,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "2.10";
return "2.11";
}
/**