From 04a05e57b2c8d8cb093603ed897760517a4f4b58 Mon Sep 17 00:00:00 2001 From: Robin Mercier Date: Thu, 16 Sep 2021 16:19:49 +0200 Subject: [PATCH] updated: release v1.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5db0d09..348b2d0 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ repositories { } dependencies { - implementation 'com.github.azzerial.slash-commands:api:1.0' + implementation 'com.github.azzerial.slash-commands:api:1.1' } ``` @@ -103,7 +103,7 @@ dependencies { com.github.azzerial.slash-commands api - 1.0 + 1.1 ```