diff --git a/README.md b/README.md
index cfe6bf63..3522ce80 100644
--- a/README.md
+++ b/README.md
@@ -86,12 +86,12 @@ To import `ktoml` library you need to add following dependencies to your code:
com.akuleshov7
ktoml-core
- 0.3.0
+ 0.4.0
com.akuleshov7
ktoml-file
- 0.3.0
+ 0.4.0
```
@@ -100,8 +100,8 @@ To import `ktoml` library you need to add following dependencies to your code:
Gradle Groovy
```groovy
-implementation 'com.akuleshov7:ktoml-core:0.3.0'
-implementation 'com.akuleshov7:ktoml-file:0.3.0'
+implementation 'com.akuleshov7:ktoml-core:0.4.0'
+implementation 'com.akuleshov7:ktoml-file:0.4.0'
```
@@ -109,8 +109,8 @@ implementation 'com.akuleshov7:ktoml-file:0.3.0'
Gradle Kotlin
```kotlin
-implementation("com.akuleshov7:ktoml-core:0.3.0")
-implementation("com.akuleshov7:ktoml-file:0.3.0")
+implementation("com.akuleshov7:ktoml-core:0.4.0")
+implementation("com.akuleshov7:ktoml-file:0.4.0")
```