diff --git a/README-zh-CN.md b/README-zh-CN.md index d5bdfcd52..c4cc6fdae 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -40,7 +40,7 @@ README: [English](README.md) | [中文](README-zh-CN.md) ## 版本 -最新版本是 `3.0.0.RELEASE` 它能跟 Spring-Boot `3.2.2` 和 Spring-Cloud `2023.0.0` 搭配使用。 但它也与各种其他版本兼容。 我们的 [文档](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html) 中可以找到所有版本及其相应的库版本的概览。 +最新版本是 `3.1.0.RELEASE` 它能跟 Spring-Boot `3.2.2` 和 Spring-Cloud `2023.0.0` 搭配使用。 但它也与各种其他版本兼容。 我们的 [文档](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html) 中可以找到所有版本及其相应的库版本的概览。 **注意:** 该项目也可以在没有 Spring-Boot 的情况下使用,但是您需要手动配置一些 bean。 @@ -54,7 +54,7 @@ README: [English](README.md) | [中文](README-zh-CN.md) net.devh grpc-spring-boot-starter - 3.0.0.RELEASE + 3.1.0.RELEASE ```` @@ -62,7 +62,7 @@ README: [English](README.md) | [中文](README-zh-CN.md) ````gradle dependencies { - implementation 'net.devh:grpc-spring-boot-starter:3.0.0.RELEASE' + implementation 'net.devh:grpc-spring-boot-starter:3.1.0.RELEASE' } ```` @@ -74,7 +74,7 @@ dependencies { net.devh grpc-server-spring-boot-starter - 3.0.0.RELEASE + 3.1.0.RELEASE ```` @@ -82,7 +82,7 @@ dependencies { ````gradle dependencies { - implementation 'net.devh:grpc-server-spring-boot-starter:3.0.0.RELEASE' + implementation 'net.devh:grpc-server-spring-boot-starter:3.1.0.RELEASE' } ```` @@ -114,7 +114,7 @@ public class GrpcServerService extends GreeterGrpc.GreeterImplBase { net.devh grpc-client-spring-boot-starter - 3.0.0.RELEASE + 3.1.0.RELEASE ```` @@ -122,7 +122,7 @@ public class GrpcServerService extends GreeterGrpc.GreeterImplBase { ````gradle dependencies { - compile 'net.devh:grpc-client-spring-boot-starter:3.0.0.RELEASE' + compile 'net.devh:grpc-client-spring-boot-starter:3.1.0.RELEASE' } ```` diff --git a/README.md b/README.md index 28fd98817..352993904 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ README: [English](README.md) | [中文](README-zh-CN.md) ## Versions -The latest version is `3.0.0.RELEASE` it was compiled with spring-boot `3.2.2` and spring-cloud `2023.0.0` +The latest version is `3.1.0.RELEASE` it was compiled with spring-boot `3.2.2` and spring-cloud `2023.0.0` but it is also compatible with a large variety of other versions. An overview of all versions and their respective library versions can be found in our [documentation](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html). @@ -72,7 +72,7 @@ To add a dependency using Maven, use the following: net.devh grpc-spring-boot-starter - 3.0.0.RELEASE + 3.1.0.RELEASE ```` @@ -80,7 +80,7 @@ To add a dependency using Gradle: ````gradle dependencies { - implementation 'net.devh:grpc-spring-boot-starter:3.0.0.RELEASE' + implementation 'net.devh:grpc-spring-boot-starter:3.1.0.RELEASE' } ```` @@ -92,7 +92,7 @@ To add a dependency using Maven, use the following: net.devh grpc-server-spring-boot-starter - 3.0.0.RELEASE + 3.1.0.RELEASE ```` @@ -100,7 +100,7 @@ To add a dependency using Gradle: ````gradle dependencies { - implementation 'net.devh:grpc-server-spring-boot-starter:3.0.0.RELEASE' + implementation 'net.devh:grpc-server-spring-boot-starter:3.1.0.RELEASE' } ```` @@ -134,7 +134,7 @@ To add a dependency using Maven, use the following: net.devh grpc-client-spring-boot-starter - 3.0.0.RELEASE + 3.1.0.RELEASE ```` @@ -142,7 +142,7 @@ To add a dependency using Gradle: ````gradle dependencies { - compile 'net.devh:grpc-client-spring-boot-starter:3.0.0.RELEASE' + compile 'net.devh:grpc-client-spring-boot-starter:3.1.0.RELEASE' } ```` diff --git a/build.gradle b/build.gradle index 7062a4ba8..db67c6fae 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } } ext { - projectVersion = '3.0.0.RELEASE' + projectVersion = '3.1.0.RELEASE' // https://github.com/grpc/grpc-java/releases grpcVersion = '1.60.1' diff --git a/docs/en/versions.md b/docs/en/versions.md index aa7585c08..b880a477b 100644 --- a/docs/en/versions.md +++ b/docs/en/versions.md @@ -49,7 +49,8 @@ Current version. | Version | spring-boot | spring-cloud | gRPC | Date | |:-------:|:-----------:|:------------:|:------:|----------:| -| 3.0.0 | 3.2.2 | 2023.0.0 | 1.60.1 | Feb, 2024 | +| 3.1.0 | 3.2.4 | 2023.0.0 | 1.60.1 | Apr, 2024 | +| 3.0.0 | 3.2.2 | 2023.0.0 | 1.60.1 | Feb, 2024 | (\* Future versions) diff --git a/docs/zh-CN/versions.md b/docs/zh-CN/versions.md index f01a2dd43..4bb61bf3c 100644 --- a/docs/zh-CN/versions.md +++ b/docs/zh-CN/versions.md @@ -40,6 +40,7 @@ | 版本 | spring-boot | spring-cloud | gRPC | 日期 | |:-----:|:-----------:|:------------:|:------:|--------:| +| 3.1.0 | 3.2.4 | 2023.0.0 | 1.60.1 | 2024年4月 | | 3.0.0 | 3.2.2 | 2023.0.0 | 1.60.1 | 2024年2月 | (\* 未来的版本)