From e8157326334b877b691d7a7a8a3ca42dad2c593e Mon Sep 17 00:00:00 2001 From: "ah.jo" Date: Fri, 30 Dec 2022 17:48:24 +0900 Subject: [PATCH] Release 0.4.10 version --- README.md | 9 +++++---- build.gradle | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 86a3afb3f..5d81717a7 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.4.9") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:0.4.10") ``` #### Kotlin ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.4.9") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0.4.10") ``` ### Maven @@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0. com.navercorp.fixturemonkey fixture-monkey-starter - 0.4.9 + 0.4.10 test ``` @@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:0. com.navercorp.fixturemonkey fixture-monkey-starter-kotlin - 0.4.9 + 0.4.10 test ``` @@ -175,6 +175,7 @@ fun sampleOrder() { * @[kshired](https://github.com/kshired) * @[ByungjunYou](https://github.com/ByungjunYou) * @[esfomeado](https://github.com/esfomeado) +* @[yn-jn-j](https://github.com/yn-jn-j) ## More about Fixture Monkey * [Deview 2021](https://tv.naver.com/v/23650158) diff --git a/build.gradle b/build.gradle index e561c0bcf..b59b09d27 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ allprojects { } group = "com.navercorp.fixturemonkey" - version = "0.4.10-SNAPSHOT" + version = "0.4.10" } subprojects {