Updated version

This commit is contained in:
nathan 2016-05-31 02:21:42 +02:00
parent 253c4dd91a
commit afe51d6581
3 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -50,7 +50,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId>
<version>2.12</version>
<version>2.13</version>
</dependency>
```

View File

@ -63,7 +63,7 @@ class Notify {
*/
public static
String getVersion() {
return "2.12";
return "2.13";
}
/**