From fb1ec90a38b43359cd25d638cfbf1e1fa820d7f8 Mon Sep 17 00:00:00 2001 From: Robinson Date: Tue, 14 Feb 2023 13:33:17 +0100 Subject: [PATCH] uopdated version --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 82a6da6..408d238 --- a/README.md +++ b/README.md @@ -85,19 +85,19 @@ Maven Info com.dorkbox Notify - 3.7 + 4.0 ``` Gradle Info --------- -```` +``` dependencies { ... - compile "com.dorkbox:Notify:3.7" + compile "com.dorkbox:Notify:4.0" } -```` +``` Or if you don't want to use Maven, you can access the files directly here: @@ -111,5 +111,4 @@ https://repo1.maven.org/maven2/org/slf4j/slf4j-api/ License --------- -This project is © 2015 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references. - +This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.