From fa22e6db81fa732869ea454cf07875b70303bbf7 Mon Sep 17 00:00:00 2001 From: Comportment Date: Tue, 23 May 2017 19:43:05 +0100 Subject: [PATCH] 1.0.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b697471..5f969ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

JDA-Command

-
Small but powerful command library for JDA.
+
Small and powerful command library for JDA.
This command library was built to help people make amazing bots within JDA! @@ -36,7 +36,7 @@ For more detailed examples please see the example package located at `src/exampl

Use JDA-Command in your projects today!

-The current promoted version is 1.0.4 +The current promoted version is 1.0.6
Maven
@@ -53,7 +53,7 @@ The current promoted version is 1.0.4 com.github.Comportment JDA-Command - 1.0.4 + 1.0.6 ``` @@ -66,6 +66,6 @@ repositories { } dependencies { - compile 'com.github.Comportment:JDA-Command:1.0.4' + compile 'com.github.Comportment:JDA-Command:1.0.6' } ```