From 14fb42b69e03a94ab2bb68249d687f24349ca6d2 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 15 Aug 2017 14:33:26 +0200 Subject: [PATCH] Updated version --- README.md | 2 +- src/dorkbox/notify/Notify.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5f05e0..ca8ce0b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Maven Info com.dorkbox Notify - 3.1 + 3.2 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index 2df66db..8a1c2eb 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -87,7 +87,7 @@ class Notify { */ public static Version getVersion() { - return new Version("3.1"); + return new Version("3.2"); } /**