Skip to content

Commit 9f35dab

Browse files
committed
bumps versions & updates readme
Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
1 parent f404f3e commit 9f35dab

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ repositories {
2929
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
3030
}
3131
dependencies {
32-
implementation 'io.rsocket:rsocket-core:1.1.0-M1'
33-
implementation 'io.rsocket:rsocket-transport-netty:1.1.0-M1'
32+
implementation 'io.rsocket:rsocket-core:1.1.0'
33+
implementation 'io.rsocket:rsocket-transport-netty:1.1.0'
3434
}
3535
```
3636

@@ -44,8 +44,8 @@ repositories {
4444
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
4545
}
4646
dependencies {
47-
implementation 'io.rsocket:rsocket-core:1.1.0-SNAPSHOT'
48-
implementation 'io.rsocket:rsocket-transport-netty:1.1.0-SNAPSHOT'
47+
implementation 'io.rsocket:rsocket-core:1.1.1-SNAPSHOT'
48+
implementation 'io.rsocket:rsocket-transport-netty:1.1.1-SNAPSHOT'
4949
}
5050
```
5151

@@ -133,7 +133,7 @@ For bugs, questions and discussions please use the [Github Issues](https://githu
133133

134134
## LICENSE
135135

136-
Copyright 2015-2018 the original author or authors.
136+
Copyright 2015-2020 the original author or authors.
137137

138138
Licensed under the Apache License, Version 2.0 (the "License");
139139
you may not use this file except in compliance with the License.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
version=1.1.0
15-
perfBaselineVersion=1.0.2
14+
version=1.1.1-SNAPSHOT
15+
perfBaselineVersion=1.1.0

0 commit comments

Comments
 (0)