Updated Version

This commit is contained in:
nathan 2017-07-29 23:56:50 +02:00
parent 0eb7ad3504
commit 8f59ca3669
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId>
<version>2.20</version>
<version>3.1</version>
</dependency>
</dependencies>
```

View File

@ -87,7 +87,7 @@ class Notify {
*/
public static
Version getVersion() {
return new Version("2.20");
return new Version("3.1");
}
/**