diff --git a/.github/README.md b/.github/README.md
index 1c2670e..c066551 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.9
+ 1.5.0
compile
```
@@ -50,7 +50,7 @@ repositories {
```
```groovy
dependencies {
- implementation 'com.github.Despical:CommandFramework:1.4.9'
+ implementation 'com.github.Despical:CommandFramework:1.5.0'
}
```
diff --git a/pom.xml b/pom.xml
index ad6341b..a924dae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
me.despical
command-framework
- 1.4.9
+ 1.5.0
Command Framework
2020