Skip to content

Commit 58eca12

Browse files
author
Alexander Furer
committed
release 2.4.1
1 parent 7127b79 commit 58eca12

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
2222
}
2323
dependencies {
24-
compile('org.lognet:grpc-spring-boot-starter:2.4.0')
24+
compile('org.lognet:grpc-spring-boot-starter:2.4.1')
2525
}
2626
----
2727

ReleaseNotes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
== Version 2.4.1
2+
* Gradle 4.10
3+
* Fixes #93
4+
15
== Version 2.4.0
26
* gRPC version upgraded to 1.13.1
37
* Tested with

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.4.1-SNAPSHOT
1+
version=2.4.1
22
#group=io.github.lognet
33
group=org.lognet
44
description=Spring Boot starter for Google RPC.

0 commit comments

Comments
 (0)