diff --git a/README.md b/README.md index ed8e991..ea780f6 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.3 + 2.4 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 725b136..0c1025f 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -277,7 +277,7 @@ class SystemTray { */ public static String getVersion() { - return "2.3"; + return "2.4"; } /**