From b17e34582273e9793c6c5fb3915ad4352815cbc3 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 22 Sep 2017 09:11:56 +0200 Subject: [PATCH] Fixed issue with chromeOS initialization (the fix is in the Utils). --- README.md | 2 +- src/dorkbox/systemTray/SystemTray.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4012903..f336e75 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ Maven Info com.dorkbox SystemTray - 3.7 + 3.8 ```` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 7ea9e41..28df640 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -1000,7 +1000,7 @@ class SystemTray { */ public static String getVersion() { - return "3.7"; + return "3.8"; } /**