From a3b7d72ac909c4518a6d3495c2f5d04a77a3268f Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 3 Dec 2017 00:43:27 +0100 Subject: [PATCH] Updated version --- README.md | 4 ++-- src/dorkbox/systemTray/SystemTray.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 791ecfc..02d15fc 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ Maven Info com.dorkbox SystemTray - 3.11 + 3.12 ```` @@ -286,7 +286,7 @@ Maven Info Or if you don't want to use Maven, you can access the latest files and source-code directly from here: https://github.com/dorkbox/SystemTray/releases -https://oss.sonatype.org/content/repositories/releases/com/dorkbox/SystemTray/ +https://oss.sonatype.org/content/repositories/releases/com/dorkbox/SystemTray/ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/ShellExecutor/ diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 19765cc..98578ec 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -1021,7 +1021,7 @@ class SystemTray { */ public static String getVersion() { - return "3.11"; + return "3.12"; } /**