Skip to content

Commit

Permalink
[readme] 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Jun 22, 2023
1 parent a3c3e98 commit 4ecb845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
## Gradle
Add dependency to `build.gradle`.
```gradle
implementation("com.github.ngoanh2n:image-comparator:1.0.1")
implementation("com.github.ngoanh2n:image-comparator:1.1.0")
```

## Maven
Expand All @@ -35,7 +35,7 @@ Add dependency to `pom.xml`.
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>image-comparator</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions image-comparator-allure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ When using Allure as a report framework, `image-comparator-allure` should be use
### Gradle
Add to `build.gradle`.
```gradle
implementation("com.github.ngoanh2n:image-comparator-allure:1.0.1")
implementation("com.github.ngoanh2n:image-comparator-allure:1.1.0")
```

### Maven
Expand All @@ -21,7 +21,7 @@ Add to `pom.xml`.
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>image-comparator-allure</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit 4ecb845

Please sign in to comment.