diff --git a/README.md b/README.md index 425a679..6b325cc 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.10 + 2.11 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index df6fe52..2bf0fe7 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -326,7 +326,7 @@ class SystemTray { */ public static String getVersion() { - return "2.10"; + return "2.11"; } /**