Skip to content

Commit a7fb551

Browse files
committed
updates version
Signed-off-by: Oleh Dokuka <shadowgun@i.ua>
1 parent ae94de0 commit a7fb551

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.2'
31-
implementation 'io.rsocket:rsocket-transport-netty:1.0.2'
30+
implementation 'io.rsocket:rsocket-core:1.0.3'
31+
implementation 'io.rsocket:rsocket-transport-netty:1.0.3'
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.3-SNAPSHOT'
46-
implementation 'io.rsocket:rsocket-transport-netty:1.0.3-SNAPSHOT'
45+
implementation 'io.rsocket:rsocket-core:1.0.4-SNAPSHOT'
46+
implementation 'io.rsocket:rsocket-transport-netty:1.0.4-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.3
15-
perfBaselineVersion=1.0.2
14+
version=1.0.4
15+
perfBaselineVersion=1.0.3

0 commit comments

Comments
 (0)