From 34dba16842db48bd6ea55f1784b890d1b1764ad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Sat, 27 Apr 2024 19:20:48 +0300 Subject: [PATCH] Update README.md --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index d3f4740..b7b10d1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -37,7 +37,7 @@ To add this project as a dependency to your project, add the following to your p com.github.Despical CommandFramework - 1.4.5 + 1.4.6 compile ``` @@ -50,7 +50,7 @@ repositories { ``` ```groovy dependencies { - implementation 'com.github.Despical:CommandFramework:1.4.5' + implementation 'com.github.Despical:CommandFramework:1.4.6' } ```