Skip to content

Commit 388e4e9

Browse files
committed
fixes readme and bumps versions
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 36ee138 commit 388e4e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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-RC6'
30-
implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC6'
29+
implementation 'io.rsocket:rsocket-core:1.0.0-RC7'
30+
implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC7'
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.0-RC7-SNAPSHOT'
44-
implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC7-SNAPSHOT'
43+
implementation 'io.rsocket:rsocket-core:1.0.0-RC8-SNAPSHOT'
44+
implementation 'io.rsocket:rsocket-transport-netty:1.0.0-RC8-SNAPSHOT'
4545
}
4646
```
4747

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.0.0-RC7
15-
perfBaselineVersion=1.0.0-RC6
14+
version=1.0.0-RC8
15+
perfBaselineVersion=1.0.0-RC7

0 commit comments

Comments
 (0)