diff --git a/LICENSE b/LICENSE index 54e76ca..eee53f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ - Dorkbox Notify - Apache 2.0 License https://github.com/dorkbox Copyright 2015, dorkbox, llc + Cross platform, growl/toast/notification popups for Java 6+ - ControlsFX - BSD 3-clause License @@ -12,13 +13,13 @@ - Dorkbox ObjectPool - Apache 2.0 License https://github.com/dorkbox Copyright 2014, dorkbox, llc - Fast and compatible java object pool + Fast and compatible, blocking/non-blocking/soft-reference object pool for Java 6+ - Dorkbox TweenEngine - Apache 2.0 License https://github.com/dorkbox Copyright 2015, dorkbox, llc - Animation/Tween framework for java + High performance Animation/Tween framework for Java 6+ - Java Universal Tween Engine - Apache 2.0 License diff --git a/README.md b/README.md index defce8b..9d1c54e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Notify - 2.12 + 2.13 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index ea70ad3..cb346bf 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -63,7 +63,7 @@ class Notify { */ public static String getVersion() { - return "2.12"; + return "2.13"; } /**