diff --git a/.github/README.md b/.github/README.md index 8498a40..c0bcc14 100644 --- a/.github/README.md +++ b/.github/README.md @@ -34,7 +34,7 @@ To add this project as a dependency to your project, add the following to your p com.github.Despical CommandFramework - 1.5.11 + 1.5.12 ``` @@ -46,7 +46,7 @@ repositories { ``` ```groovy dependencies { - implementation 'com.github.Despical:CommandFramework:1.5.11' + implementation 'com.github.Despical:CommandFramework:1.5.12' } ``` diff --git a/pom.xml b/pom.xml index be0e276..7757148 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 me.despical command-framework - 1.5.11 + 1.5.12 Command Framework 2020