Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Jan 27, 2024
1 parent bf11b74 commit aa089c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}
dependencies {
testCompile 'org.itsallcode:hamcrest-auto-matcher:0.5.0'
testCompile 'org.itsallcode:hamcrest-auto-matcher:0.5.1'
}
```

Expand All @@ -39,7 +39,7 @@ dependencies {
<dependency>
<groupId>org.itsallcode</groupId>
<artifactId>hamcrest-auto-matcher</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
}

group 'org.itsallcode'
version = '0.5.0'
version = '0.5.1'

java {
toolchain {
Expand Down

0 comments on commit aa089c6

Please sign in to comment.