Skip to content

Commit

Permalink
RxJava 1.1.9; release 1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Aug 18, 2016
1 parent 9ee1da6 commit fac12ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ and interactive dataflows.**

```groovy
dependencies {
compile 'com.github.akarnokd:ixjava:1.0.0-RC1'
compile 'com.github.akarnokd:ixjava:1.0.0-RC2'
}
```

**ivy**

```xml
<dependencies>
<dependency org="com.github.akarnokd" name="ixjava" rev="1.0.0-RC1" />
<dependency org="com.github.akarnokd" name="ixjava" rev="1.0.0-RC2" />
</dependencies>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ apply plugin: 'osgi'
dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'

compile "io.reactivex:rxjava:1.1.7"
compile "io.reactivex:rxjava:1.1.9"

testCompile group: 'junit', name: 'junit', version: '4.12'
}
Expand Down Expand Up @@ -89,7 +89,7 @@ publishing {
}

jmh {
jmhVersion = '1.11.3'
jmhVersion = '1.13'
humanOutputFile = null
if (project.hasProperty('jmh')) {
include = ".*" + project.jmh + ".*"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0-RC1
version=1.0.0-RC2

0 comments on commit fac12ea

Please sign in to comment.