Skip to content

Commit

Permalink
Release 0.4.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
seongahjo committed Nov 12, 2022
1 parent 7cbf051 commit d5c1618
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 @@ -29,7 +29,7 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
### Gradle

```groovy
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.4.3")
testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.4.4")
```

### Maven
Expand All @@ -38,7 +38,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.4.3")
<dependency>
<groupId>com.navercorp.fixturemonkey</groupId>
<artifactId>fixture-monkey-starter</artifactId>
<version>0.4.3</version>
<version>0.4.4</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 @@ -15,7 +15,7 @@ allprojects {
}

group = "com.navercorp.fixturemonkey"
version = "0.4.4-SNAPSHOT"
version = "0.4.4"
}

subprojects {
Expand Down

0 comments on commit d5c1618

Please sign in to comment.