Updated version

This commit is contained in:
nathan 2017-08-15 14:33:26 +02:00
parent 2f4e501d22
commit 14fb42b69e
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.1</version> <version>3.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```

View File

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