diff --git a/README-zh-CN.md b/README-zh-CN.md
index 85621827e..3f8627b09 100644
--- a/README-zh-CN.md
+++ b/README-zh-CN.md
@@ -37,7 +37,7 @@ QQ交流群:294712648
2.x.x.RELEASE 支持 Spring Boot 2.1.x/2.2.x 和 Spring Cloud Greenwich / Hoxton。
-最新版本: `2.10.0.RELEASE`
+最新版本: `2.10.1.RELEASE`
( `2.4.0.RELEASE` 用于 Spring Boot 2.0.x & Spring Cloud Finchy).
@@ -57,7 +57,7 @@ QQ交流群:294712648
net.devh
grpc-spring-boot-starter
- 2.10.0.RELEASE
+ 2.10.1.RELEASE
````
@@ -65,7 +65,7 @@ Gradle:
````gradle
dependencies {
- compile 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
+ compile 'net.devh:grpc-spring-boot-starter:2.10.1.RELEASE'
}
````
@@ -77,7 +77,7 @@ dependencies {
net.devh
grpc-server-spring-boot-starter
- 2.10.0.RELEASE
+ 2.10.1.RELEASE
````
@@ -85,7 +85,7 @@ Gradle:
````gradle
dependencies {
- compile 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
+ compile 'net.devh:grpc-server-spring-boot-starter:2.10.1.RELEASE'
}
````
@@ -117,7 +117,7 @@ public class GrpcServerService extends GreeterGrpc.GreeterImplBase {
net.devh
grpc-client-spring-boot-starter
- 2.10.0.RELEASE
+ 2.10.1.RELEASE
````
@@ -125,7 +125,7 @@ Gradle:
````gradle
dependencies {
- compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
+ compile 'net.devh:grpc-client-spring-boot-starter:2.10.1.RELEASE'
}
````
在 grpc 客户端的的 stub 字段上添加 `@GrpcClient(serverName)` 注解。
diff --git a/README.md b/README.md
index f7bd62155..53d276521 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)
2.x.x.RELEASE supports Spring Boot 2.1.x/2.2.x & Spring Cloud Greenwich/Hoxton.
-The latest version: ``2.10.0.RELEASE``
+The latest version: ``2.10.1.RELEASE``
(Use `2.4.0.RELEASE` for Spring Boot 2.0.x & Spring Cloud Finchley).
@@ -72,7 +72,7 @@ To add a dependency using Maven, use the following:
net.devh
grpc-spring-boot-starter
- 2.10.0.RELEASE
+ 2.10.1.RELEASE
````
@@ -80,7 +80,7 @@ To add a dependency using Gradle:
````gradle
dependencies {
- implementation 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
+ implementation 'net.devh:grpc-spring-boot-starter:2.10.1.RELEASE'
}
````
@@ -92,7 +92,7 @@ To add a dependency using Maven, use the following:
net.devh
grpc-server-spring-boot-starter
- 2.10.0.RELEASE
+ 2.10.1.RELEASE
````
@@ -100,7 +100,7 @@ To add a dependency using Gradle:
````gradle
dependencies {
- implementation 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
+ implementation 'net.devh:grpc-server-spring-boot-starter:2.10.1.RELEASE'
}
````
@@ -134,7 +134,7 @@ To add a dependency using Maven, use the following:
net.devh
grpc-client-spring-boot-starter
- 2.10.0.RELEASE
+ 2.10.1.RELEASE
````
@@ -142,7 +142,7 @@ To add a dependency using Gradle:
````gradle
dependencies {
- compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
+ compile 'net.devh:grpc-client-spring-boot-starter:2.10.1.RELEASE'
}
````
diff --git a/build.gradle b/build.gradle
index 3e52a656c..8b8470d53 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,7 +9,7 @@ buildscript {
}
}
ext {
- projectVersion = '2.10.1-SNAPSHOT'
+ projectVersion = '2.10.1.RELEASE'
// https://github.com/grpc/grpc-java/releases
grpcVersion = '1.31.1'
diff --git a/docs/en/versions.md b/docs/en/versions.md
index 505002646..97f9d823c 100644
--- a/docs/en/versions.md
+++ b/docs/en/versions.md
@@ -48,7 +48,7 @@ Current version.
| Version | spring-boot | gRPC | Date |
|:-------:|:-----------:|:----:| ---: |
| 2.11.0* | 2.3.3 | 1.31.1 | TBA |
-| 2.10.1* | 2.3.3 | 1.31.1 | Aug, 2020 |
+| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 |
| 2.10.0 | 2.3.3 | 1.31.1 | Aug, 2020 |
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
diff --git a/docs/zh-CN/versions.md b/docs/zh-CN/versions.md
index 574f0fb69..de4b67bae 100644
--- a/docs/zh-CN/versions.md
+++ b/docs/zh-CN/versions.md
@@ -39,6 +39,7 @@
| 版本 | spring-boot | gRPC | 日期 |
|:---------:|:-----------:|:------:| ----------:|
| 2.11.0* | 2.3.3 | 1.31.1 | 待定 |
+| 2.10.1 | 2.3.3 | 1.31.1 | 2020年08月 |
| 2.10.0 | 2.3.3 | 1.31.1 | 2020年08月 |
| 2.9.0 | 2.3.0 | 1.30.0 | 2020年06月 |
| 2.8.0 | 2.2.7 | 1.29.0 | 2020年06月 |