From 70709539875e9aa0e1bdcecc9cb8ebe09b55e1c2 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 4 Oct 2016 23:31:28 +0200 Subject: [PATCH] pushed release of Notify to version 2.17 --- 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 b3228c5..52d2246 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox Notify - 2.16 + 2.17 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index e02275f..15d1331 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -64,7 +64,7 @@ class Notify { */ public static String getVersion() { - return "2.16"; + return "2.17"; } /**