Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Oct 20, 2017
1 parent 01debe2 commit add721b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ license {
}

jacoco {
toolVersion = '0.7.7.201606060606' // See http://www.eclemma.org/jacoco/.
toolVersion = '0.7.9' // See http://www.eclemma.org/jacoco/.
}

jacocoTestReport {
Expand Down Expand Up @@ -171,5 +171,5 @@ build.dependsOn pmdPrint
check.dependsOn pmdPrint

animalsniffer {
annotation = 'rx.internal.util.SuppressAnimalSniffer'
annotation = 'ix.SuppressAnimalSniffer'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0-RC5
version=1.0.0

0 comments on commit add721b

Please sign in to comment.