Skip to content

Commit

Permalink
Release 0.92.5
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Jun 14, 2016
1 parent cf98f2d commit f097674
Show file tree
Hide file tree
Showing 3 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 @@ -27,7 +27,7 @@ dependencies {

```
<dependencies>
<dependency org="com.github.akarnokd" name="ixjava" rev="0.92.3" />
<dependency org="com.github.akarnokd" name="ixjava" rev="0.92.5" />
</dependencies>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'maven'
apply plugin: 'osgi'

dependencies {
compile "io.reactivex:rxjava:1.1.3"
compile "io.reactivex:rxjava:1.1.5"
testCompile group: 'junit', name: 'junit', version: '4.12'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.92.3
version=0.92.5

0 comments on commit f097674

Please sign in to comment.