updated version

This commit is contained in:
nathan 2017-09-22 09:34:38 +02:00
parent 9457275c4d
commit 8fb54965c3
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId> <artifactId>Notify</artifactId>
<version>3.6</version> <version>3.7</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

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