From 9a7b438f939e031c53222dbcda25e71501f42ff3 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 21 Feb 2016 02:07:37 +0100 Subject: [PATCH] updated 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 3c7715f..e74ae25 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.11 + 2.12 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 4e33e51..eeb8dc6 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -408,7 +408,7 @@ class SystemTray { */ public static String getVersion() { - return "2.11"; + return "2.12"; } /**