diff --git a/README.md b/README.md
index 02ec9512b..67dfbff8b 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.6.12")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.6.13")
```
#### Kotlin
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.6.12")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.6.13")
```
### Maven
@@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
com.navercorp.fixturemonkey
fixture-monkey-starter
- 0.6.12
+ 0.6.13
test
```
@@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.
com.navercorp.fixturemonkey
fixture-monkey-starter-kotlin
- 0.6.12
+ 0.6.13
test
```
@@ -151,7 +151,6 @@ fun sampleOrder() {
## Documentation
* [English](https://naver.github.io/fixture-monkey)
-* [한국어](https://naver.github.io/fixture-monkey/kr)
## [Third-party Modules](https://naver.github.io/fixture-monkey/docs/v0.4/third-party-modules/)
@@ -193,6 +192,7 @@ fun sampleOrder() {
* [테스트 데이터도구 - Fixture Monkey](https://jiwondev.tistory.com/272)
* [Fixture Monkey란?](https://velog.io/@pang_e/Fixture-Monkey%EB%9E%80)
* [테스트를 작성할 수 밖에 없는 사람들에게](https://brunch.co.kr/@seongside/3)
+* [Fixture Monkey 사용해보기](https://codinghejow.tistory.com/419)
Welcome to write articles about Fixture Monkey!
diff --git a/build.gradle b/build.gradle
index da3e883b3..0668d1aa4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ allprojects {
}
group = "com.navercorp.fixturemonkey"
- version = "0.6.13-SNAPSHOT"
+ version = "0.6.13"
}
subprojects {