Skip to content

Commit df9429a

Browse files
committed
[readme] 1.2.0
1 parent 9b5fcb2 commit df9429a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Gradle
2727
Add dependency to `build.gradle`.
2828
```gradle
29-
implementation("com.github.ngoanh2n:image-comparator:1.1.0")
29+
implementation("com.github.ngoanh2n:image-comparator:1.2.0")
3030
```
3131

3232
## Maven
@@ -35,7 +35,7 @@ Add dependency to `pom.xml`.
3535
<dependency>
3636
<groupId>com.github.ngoanh2n</groupId>
3737
<artifactId>image-comparator</artifactId>
38-
<version>1.1.0</version>
38+
<version>1.2.0</version>
3939
</dependency>
4040
```
4141

image-comparator-allure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When using Allure as a report framework, `image-comparator-allure` should be use
1919
### Gradle
2020
Add to `build.gradle`.
2121
```gradle
22-
implementation("com.github.ngoanh2n:image-comparator-allure:1.1.0")
22+
implementation("com.github.ngoanh2n:image-comparator-allure:1.2.0")
2323
```
2424

2525
### Maven
@@ -28,7 +28,7 @@ Add to `pom.xml`.
2828
<dependency>
2929
<groupId>com.github.ngoanh2n</groupId>
3030
<artifactId>image-comparator-allure</artifactId>
31-
<version>1.1.0</version>
31+
<version>1.2.0</version>
3232
</dependency>
3333
```
3434

0 commit comments

Comments
 (0)