Skip to content

Commit

Permalink
Increment version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed May 22, 2018
1 parent 05629ad commit 19a91e5
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 @@ -28,7 +28,7 @@ repositories {
}
dependencies {
testCompile 'com.github.kaklakariada:hamcrest-auto-matcher:0.4.0'
testCompile 'com.github.kaklakariada:hamcrest-auto-matcher:0.4.2'
}
```

Expand All @@ -37,7 +37,7 @@ dependencies {
<dependency>
<groupId>com.github.kaklakariada</groupId>
<artifactId>hamcrest-auto-matcher</artifactId>
<version>0.4.0</version>
<version>0.4.2</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 'com.github.kaklakariada'
version = '0.4.1'
version = '0.4.2'
sourceCompatibility = 1.8

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 19a91e5

Please sign in to comment.