From 87fa6543d300743faeda54016845a8e746ebd6c4 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 31 May 2016 02:21:42 +0200 Subject: [PATCH] Updated version --- LICENSE | 1 + README.md | 2 +- src/dorkbox/systemTray/SystemTray.java | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b3b1cdb3..03838da7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ - Dorkbox SystemTray - Apache 2.0 License https://github.com/dorkbox Copyright 2014, dorkbox, llc + Cross-platform SystemTray and AppIndicator support for Java 6+ - Dorkbox Utils - Apache 2.0 License diff --git a/README.md b/README.md index 0bcdf123..146e6153 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox SystemTray - 2.19 + 2.20 ``` diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 7351697f..6b5e3163 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -502,7 +502,7 @@ class SystemTray { */ public static String getVersion() { - return "2.19"; + return "2.20"; } /**