diff --git a/README.md b/README.md
index 5dcf49a58..367cb4dc6 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.8")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.6.0")
```
#### Kotlin
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.5.8")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.6.0")
```
### Maven
@@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
com.navercorp.fixturemonkey
fixture-monkey-starter
- 0.5.8
+ 0.6.0
test
```
@@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
com.navercorp.fixturemonkey
fixture-monkey-starter-kotlin
- 0.5.8
+ 0.6.0
test
```
@@ -179,6 +179,7 @@ fun sampleOrder() {
* @[doljae](https://github.com/doljae)
* @[jbl428](https://github.com/jbl428)
* @[sangy515](https://github.com/sangy515)
+* @[yunseok-jeong0](https://github.com/yunseok-jeong0
## More about Fixture Monkey
* [Deview 2021](https://tv.naver.com/v/23650158)
diff --git a/build.gradle b/build.gradle
index 40ae8d696..6179d5f8f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ allprojects {
}
group = "com.navercorp.fixturemonkey"
- version = "0.6.0-SNAPSHOT"
+ version = "0.6.0"
}
subprojects {