diff --git a/README.md b/README.md index bd4123732..e32624b47 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:1.1.6") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.5") ``` #### Kotlin ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.6") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.5") ``` ### Maven @@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter - 1.1.6 + 1.1.5 test ``` @@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter-kotlin - 1.1.6 + 1.1.5 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index fb51604d6..822bf5b29 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "com.navercorp.fixturemonkey" - version = "1.1.7-SNAPSHOT" + version = "1.1.6-SNAPSHOT" } subprojects { diff --git a/docs/config/_default/params.toml b/docs/config/_default/params.toml index 94d1fd394..f5b72db81 100644 --- a/docs/config/_default/params.toml +++ b/docs/config/_default/params.toml @@ -8,7 +8,7 @@ description = "" ## Documentation docsVersion = "1.0.0" -fixtureMonkeyVersion = "1.1.6" +fixtureMonkeyVersion = "1.1.5" ## Open Graph images = ["fixtureMonkey.png"] @@ -115,4 +115,4 @@ lastMod = false collapsibleSidebar = true [[params.versions]] -version = "1.1.6" +version = "1.1.5"