diff --git a/README.md b/README.md index d97e5ae..e61b3b6 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Primary Features: - This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+ - You will need the images in the 'resources' directory, in addition to the normal libs. +- Note: If you want to COMPLETELY remove repainting by the swing EDT (for the entire JVM), run `NullRepaintManager.install();` ``` Customization parameters: @@ -66,7 +67,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Notify - 2.15 + 2.16 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index bee173b..733f50e 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -64,7 +64,7 @@ class Notify { */ public static String getVersion() { - return "2.15"; + return "2.16"; } /**