From 167031aceb611d0a19029468e09abea67cc04761 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 24 Apr 2016 17:54:05 +0200 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 040cdc3..ef73a97 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.16 + 2.17 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 1f95e55..9f5c0f1 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -470,7 +470,7 @@ class SystemTray { */ public static String getVersion() { - return "2.16"; + return "2.17"; } /**