Skip to content

Commit b2555e7

Browse files
committed
Upgrade to RxJava 3.0.0-RC5
1 parent f12d449 commit b2555e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Bridge between Java 6 Swing (GUI) events and RxJava 3 + a scheduler for the swin
1616

1717
```
1818
dependencies {
19-
compile "com.github.akarnokd:rxjava3-swing:3.0.0-RC4"
19+
compile "com.github.akarnokd:rxjava3-swing:3.0.0-RC5"
2020
}
2121
```
2222

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.rxjavaVersion = "3.0.0-RC4"
2+
ext.rxjavaVersion = "3.0.0-RC5"
33
ext.rxjavaDocVersion = "3.x"
44
ext.licenseVersion = "0.15.0"
55
ext.animalSnifferVersion = "1.5.0"

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.github.akarnokd
2-
VERSION_NAME=3.0.0-RC4
3-
version=3.0.0-RC4
2+
VERSION_NAME=3.0.0-RC5
3+
version=3.0.0-RC5
44

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

0 commit comments

Comments
 (0)