Skip to content

Commit 5a3dc4b

Browse files
committed
updates project versions and docs
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent 7a4602c commit 5a3dc4b

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.1'
30-
implementation 'io.rsocket:rsocket-transport-netty:1.0.1'
29+
implementation 'io.rsocket:rsocket-core:1.0.2'
30+
implementation 'io.rsocket:rsocket-transport-netty:1.0.2'
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.2-SNAPSHOT'
44-
implementation 'io.rsocket:rsocket-transport-netty:1.0.2-SNAPSHOT'
43+
implementation 'io.rsocket:rsocket-core:1.0.3-SNAPSHOT'
44+
implementation 'io.rsocket:rsocket-transport-netty:1.0.3-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.2
15-
perfBaselineVersion=1.0.1
14+
version=1.0.3
15+
perfBaselineVersion=1.0.2

0 commit comments

Comments
 (0)