diff --git a/README.md b/README.md index 6f2c620..0fbba8d 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ Maven Info com.dorkbox SystemTray - 3.5 + 3.6 ```` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index f6aaea7..46fccd2 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -990,7 +990,7 @@ class SystemTray { */ public static String getVersion() { - return "3.5"; + return "3.6"; } /**