diff --git a/README.md b/README.md
index e2904e9b1..851129c73 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
* JDK 1.8 or higher
* Jqwik 1.7.3
* Kotlin 1.8 or higher
+* kotest-property 5.6.2
## Install
@@ -31,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:1.0.1")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.0.2")
```
#### Kotlin
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.1")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.0.2")
```
### Maven
@@ -48,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
com.navercorp.fixturemonkey
fixture-monkey-starter
- 1.0.1
+ 1.0.2
test
```
@@ -59,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
com.navercorp.fixturemonkey
fixture-monkey-starter-kotlin
- 1.0.1
+ 1.0.2
test
```
@@ -151,7 +152,7 @@ fun sampleOrder() {
## Documentation
* [English](https://naver.github.io/fixture-monkey)
-## [Third-party Modules](https://naver.github.io/fixture-monkey/docs/v0.4/third-party-modules/)
+## [Third-party Modules](https://naver.github.io/fixture-monkey/docs/plugins/)
## Plugins
* [FixtureMonkey Helper](https://plugins.jetbrains.com/plugin/19589-fixturemonkey-helper)
@@ -193,6 +194,7 @@ fun sampleOrder() {
* [테스트를 작성할 수 밖에 없는 사람들에게](https://brunch.co.kr/@seongside/3)
* [Fixture Monkey 사용해보기](https://codinghejow.tistory.com/419)
* [Simplify Unit Testing with Fixture Monkey](https://medium.com/naver-platform-labs/simplify-unit-testing-with-fixture-monkey-a-concise-pragmatic-and-interoperable-fixture-library-3bf0206258d4)
+* [Getting Started Easy Test Fixture Customization with Fixture Monkey](https://medium.com/naver-platform-labs/easy-test-fixture-customization-with-fixture-monkey-4114c6b4b1ef)
Welcome to write articles about Fixture Monkey!
diff --git a/build.gradle b/build.gradle
index c8814e548..b99509129 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ allprojects {
}
group = "com.navercorp.fixturemonkey"
- version = "1.0.2-SNAPSHOT"
+ version = "1.0.2"
}
subprojects {