diff --git a/LICENSE b/LICENSE index b3b1cdb3..03838da7 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 0bcdf123..146e6153 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.19 + 2.20 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 7351697f..6b5e3163 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -502,7 +502,7 @@ class SystemTray { */ public static String getVersion() { - return "2.19"; + return "2.20"; } /**