From 270019d9c1a581569e4db951a08632426ca5fbb6 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 13 Feb 2016 18:51:13 +0100 Subject: [PATCH] Updated builds + build system --- README.md | 7 +------ src/dorkbox/notify/Notify.java | 8 +------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b267255..07c94f9 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.0 + 2.5 ``` @@ -68,8 +68,3 @@ https://repo1.maven.org/maven2/org/slf4j/slf4j-api/ This project is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. - - - - - diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index dfd6b3f..0fa611b 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.0"; + return "2.5"; } /** @@ -366,9 +366,3 @@ class Notify { } } - - - - - -