Now include resources

This commit is contained in:
nathan 2017-09-15 14:27:38 +02:00
parent 34dfefca25
commit 85b9a8d961
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>3.3</version>
<version>3.4</version>
</dependency>
</dependencies>
```

View File

@ -93,7 +93,7 @@ class Notify {
*/
public static
String getVersion() {
return "3.3";
return "3.4";
}
/**