Skip to content

Commit

Permalink
Update to recent RxJava 2.x snapshot API
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Aug 23, 2016
1 parent 4e933de commit 58bd6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Library to convert between RxJava 1.x and 2.x reactive types.

```
dependencies {
compile "com.github.akarnokd:rxjava2-interop:0.1.0"
compile "com.github.akarnokd:rxjava2-interop:0.1.1"
}
```

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

0 comments on commit 58bd6c7

Please sign in to comment.