diff --git a/README.md b/README.md
index 37ee79a3e..19fdafd91 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,12 @@ Framework Core
```xml
dev.rollczi.litecommands
- core.0
- 1.0
+ core
+ 1.0.1
```
```groovy
-implementation 'dev.rollczi.litecommands:core:1.0.0'
+implementation 'dev.rollczi.litecommands:core:1.0.1'
```
### First Simple Command
@@ -54,11 +54,11 @@ Add this to your dependencies if you want use ready-made implementation for velo
dev.rollczi.litecommands
velocity
- 1.0.0
+ 1.0.1
```
```groovy
-implementation 'dev.rollczi.litecommands:velocity:1.0.0'
+implementation 'dev.rollczi.litecommands:velocity:1.0.1'
```
#### Other examples:
diff --git a/build.gradle b/build.gradle
index 340a78526..39e94320d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ plugins {
allprojects {
group = 'dev.rollczi.litecommands'
- version = '1.0.0'
+ version = '1.0.1'
apply plugin: 'java-library'
apply plugin: 'maven-publish'