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' } ```