diff --git a/README.md b/README.md index 5a06cd4..1478e2c 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.13 + 2.14 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 4f55390..263f552 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -408,7 +408,7 @@ class SystemTray { */ public static String getVersion() { - return "2.13"; + return "2.14"; } /**