Skip to content

Commit 68d1983

Browse files
committed
Release 3.0.0-RC8
1 parent c16dc1c commit 68d1983

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RxJava 3: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.
1313
```groovy
1414
1515
dependencies {
16-
implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC7"
16+
implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC8"
1717
}
1818
```
1919

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.github.akarnokd
2-
VERSION_NAME=3.0.0-RC7
3-
version=3.0.0-RC7
2+
VERSION_NAME=3.0.0-RC8
3+
version=3.0.0-RC8
44

55
POM_ARTIFACT_ID=rxjava3-bridge
66
POM_NAME=RxJava 3 Bridge to/from RxJava 2

0 commit comments

Comments
 (0)