diff --git a/README.md b/README.md index 75476f3..f7692ec 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ Maven Info com.dorkbox SystemTray - 3.2 + 3.3 ```` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index f1ecfc0..7697235 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -140,7 +140,7 @@ class SystemTray { /** * This property is provided for debugging any errors in the logic used to determine the system-tray type. */ - public static boolean DEBUG = true; + public static boolean DEBUG = false; private static volatile SystemTray systemTray = null; @@ -989,7 +989,7 @@ class SystemTray { */ public static Version getVersion() { - return new Version("3.2"); + return new Version("3.3"); } /**