From 8f59ca36693e1874eda64089e3adfc7283ea9744 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 29 Jul 2017 23:56:50 +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 d917313..a5f05e0 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Maven Info com.dorkbox Notify - 2.20 + 3.1 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index 8340e11..2df66db 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("2.20"); + return new Version("3.1"); } /**