pushed release of Notify to version 2.17

This commit is contained in:
nathan 2016-10-04 23:31:28 +02:00
parent db42214025
commit 7070953987
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -64,7 +64,7 @@ class Notify {
*/ */
public static public static
String getVersion() { String getVersion() {
return "2.16"; return "2.17";
} }
/** /**