diff --git a/README.md b/README.md
index ecb8daf..be23a22 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ The recommended way to get AT4J is to use a build manager, like Gradle or Maven.
Gradle
```gradle
-implementation group: 'io.github.brenoepics', name: 'at4j', version: '0.0.5'
+implementation group: 'io.github.brenoepics', name: 'at4j', version: '0.0.6'
```
@@ -81,7 +81,7 @@ implementation group: 'io.github.brenoepics', name: 'at4j', version: '0.0.5'
io.github.brenoepics
at4j
- 0.0.5
+ 0.0.6
```
@@ -89,7 +89,7 @@ implementation group: 'io.github.brenoepics', name: 'at4j', version: '0.0.5'
Sbt
```sbt
-libraryDependencies += "io.github.brenoepics" % "at4j" % "0.0.5"
+libraryDependencies += "io.github.brenoepics" % "at4j" % "0.0.6"
```