From fcc22cd9a1fb078967fd2dda85ab77453f15d268 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 28 Apr 2016 14:36:53 +0200 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 079643b..defce8b 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.11 + 2.12 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index 4c96fb9..ea70ad3 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.11"; + return "2.12"; } /**