Updated version information

This commit is contained in:
nathan 2017-02-21 14:43:47 +01:00
parent 9401a312d0
commit e4937fa777
2 changed files with 2 additions and 2 deletions

View File

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

View File

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