From 7331334512411d82bec9cde5d8639ac9c31b749d Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 11 Feb 2016 01:40:06 +0100 Subject: [PATCH] Fixed names, fixed rendering --- Growl.iml => Notify.iml | 8 +++++--- README.md | 3 ++- src/dorkbox/notify/Notify.java | 4 +++- 3 files changed, 10 insertions(+), 5 deletions(-) rename Growl.iml => Notify.iml (98%) diff --git a/Growl.iml b/Notify.iml similarity index 98% rename from Growl.iml rename to Notify.iml index 5aef054..17d6f64 100644 --- a/Growl.iml +++ b/Notify.iml @@ -1,15 +1,17 @@ - + + + - + - + diff --git a/README.md b/README.md index 0119748..a8714df 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 - 1.1 + 1.2 ``` @@ -63,3 +63,4 @@ https://oss.sonatype.org/content/repositories/releases/com/dorkbox/Notify-Dorkbo 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 3da9218..575d0f9 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -61,7 +61,7 @@ class Notify { */ public static String getVersion() { - return "1.1"; + return "1.2"; } /** @@ -364,3 +364,5 @@ class Notify { } } + +