diff --git a/README.md b/README.md index a21047c..6670487 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.15 + 2.16 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index c823971..faee8ae 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -414,7 +414,7 @@ class SystemTray { */ public static String getVersion() { - return "2.15"; + return "2.16"; } /**