Skip to content

Commit 93ef575

Browse files
committed
uprev to 0.2.5
1 parent afc625f commit 93ef575

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ protobuf {
9191
}
9292
plugins {
9393
rsocketRpc {
94-
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.4'
94+
artifact = 'io.rsocket.rpc:rsocket-rpc-protobuf:0.2.5'
9595
}
9696
}
9797
generateProtoTasks {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=io.rsocket.rpc
2-
version=0.2.5.BUILD-SNAPSHOT
2+
version=0.2.5

rsocket-rpc-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ protobuf {
2525
}
2626
plugins {
2727
rsocketRpc {
28-
artifact = "io.rsocket.rpc:rsocket-rpc-protobuf:0.2.4"
28+
artifact = "io.rsocket.rpc:rsocket-rpc-protobuf:0.2.5"
2929
}
3030
}
3131
generateProtoTasks {

0 commit comments

Comments
 (0)