Skip to content

Commit ceaaaf7

Browse files
Oleh DokukaOlegDokuka
Oleh Dokuka
authored andcommitted
updates version
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
2 parents 40c1dbd + ef826de commit ceaaaf7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Learn more at http://rsocket.io
1717

1818
[![Build Status](https://github.com/rsocket/rsocket-java/actions/workflows/gradle-main.yml/badge.svg?branch=master)](https://github.com/rsocket/rsocket-java/actions/workflows/gradle-main.yml)
1919

20-
⚠️ The `master` branch is now dedicated to development of the `1.1.x` line.
20+
⚠️ The `master` branch is now dedicated to development of the `1.2.x` line.
2121

2222
Releases and milestones are available via Maven Central.
2323

@@ -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.1'
33-
implementation 'io.rsocket:rsocket-transport-netty:1.1.1'
32+
implementation 'io.rsocket:rsocket-core:1.2.0-SNAPSHOT'
33+
implementation 'io.rsocket:rsocket-transport-netty:1.2.0-SNAPSHOT'
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.2-SNAPSHOT'
48-
implementation 'io.rsocket:rsocket-transport-netty:1.1.2-SNAPSHOT'
47+
implementation 'io.rsocket:rsocket-core:1.2.0-SNAPSHOT'
48+
implementation 'io.rsocket:rsocket-transport-netty:1.2.0-SNAPSHOT'
4949
}
5050
```
5151

0 commit comments

Comments
 (0)