From 35e626be2b4d7ed2c6ff9587fad9160bae3a4b8a Mon Sep 17 00:00:00 2001 From: ngoanh2n Date: Thu, 22 Jun 2023 22:39:34 +0700 Subject: [PATCH] [readme] 1.6.0 --- README.md | 4 ++-- csv-comparator-allure/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ```