Skip to content

Commit

Permalink
Update versions to 3.0.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Sep 18, 2019
1 parent febdfd6 commit f4129db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RxJava 3: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.
```groovy
dependencies {
implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC2"
implementation "com.github.akarnokd:rxjava3-bridge:3.0.0-RC3"
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.github.akarnokd
VERSION_NAME=3.0.0-RC2
version=3.0.0-RC2
VERSION_NAME=3.0.0-RC3
version=3.0.0-RC3

POM_ARTIFACT_ID=rxjava3-bridge
POM_NAME=RxJava 3 Bridge to/from RxJava 2
Expand Down

0 comments on commit f4129db

Please sign in to comment.