Skip to content

Commit

Permalink
Upgrade to RxJava 3.0.0 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Feb 14, 2020
1 parent bf8f29a commit bd4cf89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Bridge between Java 6 Swing (GUI) events and RxJava 3 + a scheduler for the swin

```
dependencies {
compile "com.github.akarnokd:rxjava3-swing:3.0.0-RC8"
compile "com.github.akarnokd:rxjava3-swing:3.0.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.rxjavaVersion = "3.0.0-RC9"
ext.rxjavaVersion = "3.0.0"
ext.rxjavaDocVersion = "3.x"
ext.licenseVersion = "0.15.0"
ext.animalSnifferVersion = "1.5.0"
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-RC8
version=3.0.0-RC8
VERSION_NAME=3.0.0
version=3.0.0

POM_ARTIFACT_ID=rxjava3-swing
POM_NAME=Bridge between Java 6 Swing (GUI) events and RxJava 3 + a scheduler for the swing event dispatch thread.
Expand Down

0 comments on commit bd4cf89

Please sign in to comment.