updated version

This commit is contained in:
nathan 2016-02-21 02:07:37 +01:00
parent 3add3419a8
commit 9a7b438f93
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,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.11</version>
<version>2.12</version>
</dependency>
```

View File

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