diff --git a/README.md b/README.md
index 3143b7992..cfce494a4 100644
--- a/README.md
+++ b/README.md
@@ -32,13 +32,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
#### Java
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.5.6")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.5.7")
```
#### Kotlin
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.5.6")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.5.7")
```
### Maven
@@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
com.navercorp.fixturemonkey
fixture-monkey-starter
- 0.5.6
+ 0.5.7
test
```
@@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
com.navercorp.fixturemonkey
fixture-monkey-starter-kotlin
- 0.5.6
+ 0.5.7
test
```
@@ -177,6 +177,7 @@ fun sampleOrder() {
* @[yn-jn-j](https://github.com/yn-jn-j)
* @[jongwooo](https://github.com/jongwooo)
* @[doljae](https://github.com/doljae)
+* @[jbl428](https://github.com/jbl428)
## More about Fixture Monkey
* [Deview 2021](https://tv.naver.com/v/23650158)
diff --git a/build.gradle b/build.gradle
index 385c45771..d68b1b180 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ allprojects {
}
group = "com.navercorp.fixturemonkey"
- version = "0.5.7-SNAPSHOT"
+ version = "0.5.7"
}
subprojects {