Skip to content

Commit 32baf66

Browse files
committed
update version
1 parent dc97ff0 commit 32baf66

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ repositories {
5252
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }
5353
}
5454
dependencies {
55-
implementation 'io.rsocket.kotlin:rsocket-core:0.10.0-SNAPSHOT'
56-
implementation 'io.rsocket.kotlin:rsocket-transport-ktor:0.10.0-SNAPSHOT'
55+
implementation 'io.rsocket.kotlin:rsocket-core:0.11.0-SNAPSHOT'
56+
implementation 'io.rsocket.kotlin:rsocket-transport-ktor:0.11.0-SNAPSHOT'
5757
5858
// client feature for ktor
59-
// implementation 'io.rsocket.kotlin:rsocket-transport-ktor-client:0.10.0-SNAPSHOT'
59+
// implementation 'io.rsocket.kotlin:rsocket-transport-ktor-client:0.11.0-SNAPSHOT'
6060
6161
// server feature for ktor
62-
// implementation 'io.rsocket.kotlin:rsocket-transport-ktor-server:0.10.0-SNAPSHOT'
62+
// implementation 'io.rsocket.kotlin:rsocket-transport-ktor-server:0.11.0-SNAPSHOT'
6363
6464
// one of ktor engines to work with websockets
6565
// client engines
@@ -82,14 +82,14 @@ repositories {
8282
maven("https://oss.jfrog.org/oss-snapshot-local")
8383
}
8484
dependencies {
85-
implementation("io.rsocket.kotlin:rsocket-core:0.10.0-SNAPSHOT")
86-
implementation("io.rsocket.kotlin:rsocket-transport-ktor:0.10.0-SNAPSHOT")
85+
implementation("io.rsocket.kotlin:rsocket-core:0.11.0-SNAPSHOT")
86+
implementation("io.rsocket.kotlin:rsocket-transport-ktor:0.11.0-SNAPSHOT")
8787

8888
// client feature for ktor
89-
// implementation("io.rsocket.kotlin:rsocket-transport-ktor-client:0.10.0-SNAPSHOT")
89+
// implementation("io.rsocket.kotlin:rsocket-transport-ktor-client:0.11.0-SNAPSHOT")
9090

9191
// server feature for ktor
92-
// implementation("io.rsocket.kotlin:rsocket-transport-ktor-server:0.10.0-SNAPSHOT")
92+
// implementation("io.rsocket.kotlin:rsocket-transport-ktor-server:0.11.0-SNAPSHOT")
9393

9494
// one of ktor engines to work with websockets
9595
// client engines

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#Project
1818
group=io.rsocket.kotlin
19-
version=0.10.0
19+
version=0.11.0
2020

2121
#Versions
2222
kotlinVersion=1.4.10

0 commit comments

Comments
 (0)