Skip to content

Commit

Permalink
4.0.1:
Browse files Browse the repository at this point in the history
- #165: fixed bug with maximal rectangle count
- #154: migrated to JUnit 5
- added pull-request template
  • Loading branch information
romankh3 committed Jan 11, 2020
1 parent f09d4ca commit 972cfc2
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.0.0'
version '4.0.1'
description 'A library and utility to compare different images.'
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.0.0</version>
<version>4.0.1</version>
<packaging>jar</packaging>

<name>Image Comparison</name>
Expand Down

0 comments on commit 972cfc2

Please sign in to comment.