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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId> <artifactId>Notify</artifactId>
<version>3.3</version> <version>3.4</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

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