diff --git a/README.md b/README.md index ef73a97..70c4350 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.17 + 2.18 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 9f5c0f1..6b50651 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -470,7 +470,7 @@ class SystemTray { */ public static String getVersion() { - return "2.17"; + return "2.18"; } /**