Updated version

This commit is contained in:
nathan 2016-05-31 02:21:42 +02:00
parent 3dde587522
commit 87fa6543d3
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
- Dorkbox SystemTray - Apache 2.0 License
https://github.com/dorkbox
Copyright 2014, dorkbox, llc
Cross-platform SystemTray and AppIndicator support for Java 6+
- Dorkbox Utils - Apache 2.0 License

View File

@ -159,7 +159,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.19</version>
<version>2.20</version>
</dependency>
```

View File

@ -502,7 +502,7 @@ class SystemTray {
*/
public static
String getVersion() {
return "2.19";
return "2.20";
}
/**