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"; } /**