From 85b9a8d96106e52fe972475e5dbc950b55429c8c Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 15 Sep 2017 14:27:38 +0200 Subject: [PATCH] Now include resources --- 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 a8de3bd..3aed0d8 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Maven Info com.dorkbox Notify - 3.3 + 3.4 ``` diff --git a/src/dorkbox/notify/Notify.java b/src/dorkbox/notify/Notify.java index 47c00b0..8f9860a 100644 --- a/src/dorkbox/notify/Notify.java +++ b/src/dorkbox/notify/Notify.java @@ -93,7 +93,7 @@ class Notify { */ public static String getVersion() { - return "3.3"; + return "3.4"; } /**