We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc625f commit 93ef575Copy full SHA for 93ef575
docs/get-started.md
@@ -91,7 +91,7 @@ protobuf {
91
}
92
plugins {
93
rsocketRpc {
94
- artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.4'
+ artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.5'
95
96
97
generateProtoTasks {
gradle.properties
@@ -1,2 +1,2 @@
1
group=io.rsocket.rpc
2
-version=0.2.5.BUILD-SNAPSHOT
+version=0.2.5
rsocket-rpc-examples/build.gradle
@@ -25,7 +25,7 @@ protobuf {
25
26
27
28
- artifact = "io.rsocket.rpc:rsocket-rpc-protobuf:0.2.4"
+ artifact = "io.rsocket.rpc:rsocket-rpc-protobuf:0.2.5"
29
30
31
0 commit comments