From 984309109596249d4f91e8f9627a77ef8588c4d6 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 13 Mar 2016 17:37:42 +0100 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 575ca13..812ba9d 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Notify - 2.6 + 2.7 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index f61d977..01a7a65 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -63,7 +63,7 @@ class Notify { */ public static String getVersion() { - return "2.6"; + return "2.7"; } /**