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 { } } + +