diff --git a/README.md b/README.md
index fd15f5c85..af2cedac7 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.3")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.4")
```
#### Kotlin
```groovy
-testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.3")
+testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.4")
```
### Maven
@@ -49,7 +49,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
com.navercorp.fixturemonkey
fixture-monkey-starter
- 1.1.3
+ 1.1.4
test
```
@@ -60,7 +60,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
com.navercorp.fixturemonkey
fixture-monkey-starter-kotlin
- 1.1.3
+ 1.1.4
test
```
diff --git a/build.gradle.kts b/build.gradle.kts
index 3a213a2fc..ad3461b28 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
allprojects {
group = "com.navercorp.fixturemonkey"
- version = "1.1.4-SNAPSHOT"
+ version = "1.1.4"
}
subprojects {
diff --git a/docs/config/_default/params.toml b/docs/config/_default/params.toml
index 82e627328..0eb79f7bf 100644
--- a/docs/config/_default/params.toml
+++ b/docs/config/_default/params.toml
@@ -115,4 +115,4 @@ lastMod = false
collapsibleSidebar = true
[[params.versions]]
-version = "1.1.2"
+version = "1.1.4"