Skip to content

Commit 8ce390a

Browse files
committed
bumps versions in README.md
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 456dd2b commit 8ce390a

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
@@ -26,8 +26,8 @@ repositories {
2626
mavenCentral()
2727
}
2828
dependencies {
29-
implementation 'io.rsocket:rsocket-core:1.0.0'
30-
implementation 'io.rsocket:rsocket-transport-netty:1.0.0'
29+
implementation 'io.rsocket:rsocket-core:1.0.1'
30+
implementation 'io.rsocket:rsocket-transport-netty:1.0.1'
3131
}
3232
```
3333

@@ -40,8 +40,8 @@ repositories {
4040
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
4141
}
4242
dependencies {
43-
implementation 'io.rsocket:rsocket-core:1.0.1-SNAPSHOT'
44-
implementation 'io.rsocket:rsocket-transport-netty:1.0.1-SNAPSHOT'
43+
implementation 'io.rsocket:rsocket-core:1.0.2-SNAPSHOT'
44+
implementation 'io.rsocket:rsocket-transport-netty:1.0.2-SNAPSHOT'
4545
}
4646
```
4747

0 commit comments

Comments
 (0)