Added missing class

This commit is contained in:
nathan 2016-02-14 15:10:09 +01:00
parent 270019d9c1
commit e2dffc93bd
2 changed files with 2 additions and 2 deletions

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.5</version>
<version>2.6</version>
</dependency>
```

View File

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