Skip to content

Commit 76865fe

Browse files
committed
updates versions
Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]> Signed-off-by: Oleh Dokuka <[email protected]>
1 parent e4d62b6 commit 76865fe

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
@@ -27,8 +27,8 @@ repositories {
2727
maven { url 'https://repo.spring.io/milestone' } // Reactor milestones (if needed)
2828
}
2929
dependencies {
30-
implementation 'io.rsocket:rsocket-core:1.0.3'
31-
implementation 'io.rsocket:rsocket-transport-netty:1.0.3'
30+
implementation 'io.rsocket:rsocket-core:1.0.4'
31+
implementation 'io.rsocket:rsocket-transport-netty:1.0.4'
3232
}
3333
```
3434

@@ -42,8 +42,8 @@ repositories {
4242
maven { url 'https://repo.spring.io/snapshot' } // Reactor snapshots (if needed)
4343
}
4444
dependencies {
45-
implementation 'io.rsocket:rsocket-core:1.0.4-SNAPSHOT'
46-
implementation 'io.rsocket:rsocket-transport-netty:1.0.4-SNAPSHOT'
45+
implementation 'io.rsocket:rsocket-core:1.0.5-SNAPSHOT'
46+
implementation 'io.rsocket:rsocket-transport-netty:1.0.5-SNAPSHOT'
4747
}
4848
```
4949

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.4
15-
perfBaselineVersion=1.0.3
14+
version=1.0.5
15+
perfBaselineVersion=1.0.4

0 commit comments

Comments
 (0)