Skip to content

Commit

Permalink
Update to 2.0.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Oct 29, 2016
1 parent 1926d82 commit d840fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'

compile "org.reactivestreams:reactive-streams:1.0.0"
compile "io.reactivex.rxjava2:rxjava:2.0.0-RC5"
compile "io.reactivex.rxjava2:rxjava:2.0.0"

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.5.3
version=0.6.0

0 comments on commit d840fb7

Please sign in to comment.