diff --git a/README.md b/README.md
index b7084fb..7022e78 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
## Gradle
Add dependency to `build.gradle`.
```gradle
-implementation("com.github.ngoanh2n:csv-comparator:1.5.2")
+implementation("com.github.ngoanh2n:csv-comparator:1.6.0")
```
## Maven
@@ -35,7 +35,7 @@ Add dependency to `pom.xml`.
com.github.ngoanh2n
csv-comparator
- 1.5.2
+ 1.6.0
```
diff --git a/csv-comparator-allure/README.md b/csv-comparator-allure/README.md
index 833388f..8707987 100644
--- a/csv-comparator-allure/README.md
+++ b/csv-comparator-allure/README.md
@@ -19,7 +19,7 @@ When using Allure as a report framework, `csv-comparator-allure` should be used.
## Gradle
Add to `build.gradle`.
```gradle
-implementation("com.github.ngoanh2n:csv-comparator-allure:1.5.2")
+implementation("com.github.ngoanh2n:csv-comparator-allure:1.6.0")
```
## Maven
@@ -28,7 +28,7 @@ Add to `pom.xml`.
com.github.ngoanh2n
csv-comparator-allure
- 1.5.2
+ 1.6.0
```