diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md
index 269ec4a0..aaa225d0 100644
--- a/docs/zh/intro/getting-started.md
+++ b/docs/zh/intro/getting-started.md
@@ -53,7 +53,7 @@ VALUES (1, '张三', 18, '2020-01-11'),
com.mybatis-flex
mybatis-flex-spring-boot-starter
- 1.11.3
+ 1.11.4
com.mysql
@@ -81,7 +81,7 @@ VALUES (1, '张三', 18, '2020-01-11'),
com.mybatis-flex
mybatis-flex-spring-boot3-starter
- 1.11.3
+ 1.11.4
com.mysql
diff --git a/docs/zh/intro/gradle.md b/docs/zh/intro/gradle.md
index 821e8676..6c2c8af1 100644
--- a/docs/zh/intro/gradle.md
+++ b/docs/zh/intro/gradle.md
@@ -10,7 +10,7 @@
```kotlin
dependencies {
- implementation("com.mybatis-flex:mybatis-flex-core:1.11.3")
+ implementation("com.mybatis-flex:mybatis-flex-core:1.11.4")
}
```
@@ -18,7 +18,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.mybatis-flex:mybatis-flex-core:1.11.3'
+ implementation 'com.mybatis-flex:mybatis-flex-core:1.11.4'
}
```
@@ -28,7 +28,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.mybatis-flex:mybatis-flex-spring:1.11.3")
+ implementation("com.mybatis-flex:mybatis-flex-spring:1.11.4")
}
```
@@ -36,7 +36,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.mybatis-flex:mybatis-flex-spring:1.11.3'
+ implementation 'com.mybatis-flex:mybatis-flex-spring:1.11.4'
}
```
@@ -46,7 +46,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.mybatis-flex:mybatis-flex-spring-boot-starter:1.11.3")
+ implementation("com.mybatis-flex:mybatis-flex-spring-boot-starter:1.11.4")
}
```
@@ -54,7 +54,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.mybatis-flex:mybatis-flex-spring-boot-starter:1.11.3'
+ implementation 'com.mybatis-flex:mybatis-flex-spring-boot-starter:1.11.4'
}
```
@@ -65,7 +65,7 @@ dependencies {
```kotlin
dependencies {
- implementation("com.mybatis-flex:mybatis-flex-solon-plugin:1.11.3")
+ implementation("com.mybatis-flex:mybatis-flex-solon-plugin:1.11.4")
}
```
@@ -73,7 +73,7 @@ dependencies {
```groovy
dependencies {
- implementation 'com.mybatis-flex:mybatis-flex-solon-plugin:1.11.3'
+ implementation 'com.mybatis-flex:mybatis-flex-solon-plugin:1.11.4'
}
```
@@ -91,7 +91,7 @@ dependencies {
```kotlin
dependencies {
- annotationProcessor("com.mybatis-flex:mybatis-flex-processor:1.11.3")
+ annotationProcessor("com.mybatis-flex:mybatis-flex-processor:1.11.4")
}
```
@@ -99,6 +99,6 @@ dependencies {
```groovy
dependencies {
- annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.11.3'
+ annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.11.4'
}
```
diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md
index 520093f1..ea199ff9 100644
--- a/docs/zh/intro/maven.md
+++ b/docs/zh/intro/maven.md
@@ -12,12 +12,12 @@
com.mybatis-flex
mybatis-flex-core
- 1.11.3
+ 1.11.4
com.mybatis-flex
mybatis-flex-processor
- 1.11.3
+ 1.11.4
provided
```
@@ -28,12 +28,12 @@
com.mybatis-flex
mybatis-flex-spring
- 1.11.3
+ 1.11.4
com.mybatis-flex
mybatis-flex-processor
- 1.11.3
+ 1.11.4
provided
``````
@@ -44,12 +44,12 @@
com.mybatis-flex
mybatis-flex-spring-boot-starter
- 1.11.3
+ 1.11.4
com.mybatis-flex
mybatis-flex-processor
- 1.11.3
+ 1.11.4
provided
```
@@ -60,12 +60,12 @@
com.mybatis-flex
mybatis-flex-spring-boot3-starter
- 1.11.3
+ 1.11.4
com.mybatis-flex
mybatis-flex-processor
- 1.11.3
+ 1.11.4
provided
```
@@ -76,12 +76,12 @@
com.mybatis-flex
mybatis-flex-solon-plugin
- 1.11.3
+ 1.11.4
com.mybatis-flex
mybatis-flex-processor
- 1.11.3
+ 1.11.4
provided
```
@@ -104,7 +104,7 @@
com.mybatis-flex
mybatis-flex-processor
- 1.11.3
+ 1.11.4
diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md
index 5ce8a5be..d52a8f05 100644
--- a/docs/zh/others/apt.md
+++ b/docs/zh/others/apt.md
@@ -248,7 +248,7 @@ pom.xml 添加 `annotationProcessorPaths` 配置,
```
dependencies {
...
- annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.11.3'
+ annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.11.4'
}
```
diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md
index b9234f7e..ea909645 100644
--- a/docs/zh/others/codegen.md
+++ b/docs/zh/others/codegen.md
@@ -21,7 +21,7 @@
com.mybatis-flex
mybatis-flex-codegen
- 1.11.3
+ 1.11.4
```