Skip to content

Commit

Permalink
4.3.1:
Browse files Browse the repository at this point in the history
Fix bug #201
  • Loading branch information
RomanBeskrovnyi committed Mar 13, 2021
1 parent 849f8c5 commit 9c4091d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.github.romankh3'
version '4.3.1-SNAPSHOT'
version '4.3.1'
description 'Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. ' +
'Some parts of the image can be excluded from the comparison. Can be used for automation qa tests.'
sourceCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.romankh3</groupId>
<artifactId>image-comparison</artifactId>
<version>4.3.1-SNAPSHOT</version>
<version>4.3.1</version>
<packaging>jar</packaging>

<name>Image Comparison</name>
Expand Down

0 comments on commit 9c4091d

Please sign in to comment.