diff --git a/README.md b/README.md index a7a6f89..d97e5ae 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Primary Features: Customization parameters: -ActiveRenderLoop.TARGET_FPS (type int, default value '30') - - Allows you to customize the delay (for hiding the popup) when the cursor is "moused out" of the popup menu + - How many frames per second we want the Swing ActiveRender thread to run at? + - NOTE: The ActiveRenderLoop replaces the Swing EDT in order to enable smoother animations. -OS.FORCE_HIGH_RES_TIMER (type boolean, default value 'true') @@ -65,7 +66,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Notify - 2.14 + 2.15 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index 24124e8..bee173b 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.14"; + return "2.15"; } /**