Skip to content

Commit e6dbc7d

Browse files
committed
3.0.0 final release
1 parent c78d3de commit e6dbc7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-RC8"
16+
implementation "com.github.akarnokd:rxjava3-bridge:3.0.0"
1717
}
1818
```
1919

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories {
5050

5151
dependencies {
5252
implementation "io.reactivex.rxjava2:rxjava:2.2.17"
53-
implementation "io.reactivex.rxjava3:rxjava:3.0.0-RC9"
53+
implementation "io.reactivex.rxjava3:rxjava:3.0.0"
5454
testImplementation 'junit:junit:4.13'
5555
}
5656

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-RC8
3-
version=3.0.0-RC8
2+
VERSION_NAME=3.0.0
3+
version=3.0.0
44

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

0 commit comments

Comments
 (0)