diff --git a/README.md b/README.md index 8b36d5a..0bcdf12 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.18 + 2.19 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 821ec2a..7351697 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.18"; + return "2.19"; } /**