From c99204928050eb67918c78d02841c650cfcec3a4 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 14 Feb 2016 18:02:22 +0100 Subject: [PATCH] updated released version --- 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 425a679..6b325cc 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.10 + 2.11 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index df6fe52..2bf0fe7 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -326,7 +326,7 @@ class SystemTray { */ public static String getVersion() { - return "2.10"; + return "2.11"; } /**