8000 update version in readme · making/rsocket-java@2ac4f47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ac4f47

Browse files
authored
update version in readme
1 parent 6a63b3d commit 2ac4f47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Example:
2323

2424
```groovy
2525
dependencies {
26-
implementation 'io.rsocket:rsocket-core:0.12.2-RC4'
27-
implementation 'io.rsocket:rsocket-transport-netty:0.12.2-RC4'
28-
// implementation 'io.rsocket:rsocket-core:1.0.0-RC1-SNAPSHOT'
29-
// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC1-SNAPSHOT'
26+
implementation 'io.rsocket:rsocket-core:1.0.0-RC2'
27+
implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC2'
28+
// implementation 'io.rsocket:rsocket-core:1.0.0-RC3-SNAPSHOT'
29+
// implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC3-SNAPSHOT'
3030
}
3131
```
3232

0 commit comments

Comments
 (0)
0