From 923da175020f9e80a43eafbc4f8934a9f674cfc2 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 13 Feb 2016 18:51:13 +0100 Subject: [PATCH] Updated builds + build system --- 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 ed8e991..ea780f6 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.3 + 2.4 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 725b136..0c1025f 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -277,7 +277,7 @@ class SystemTray { */ public static String getVersion() { - return "2.3"; + return "2.4"; } /**