diff --git a/README.md b/README.md index b8b0830..ff42624 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Gradle: ```groovy dependencies { - testCompile 'eu.lestard:assertj-javafx:0.2.0' + testCompile 'eu.lestard:assertj-javafx:0.3.0' } ``` @@ -54,7 +54,7 @@ Maven: eu.lestard assertj-javafx - 0.2.0 + 0.3.0 test ``` @@ -75,12 +75,10 @@ repositories { } dependencies { - testCompile 'eu.lestard:assertj-javafx:0.3.0-SNAPSHOT' + testCompile 'eu.lestard:assertj-javafx:0.4.0-SNAPSHOT' } ``` ## Links -[JavaDoc](https://lestard.github.io/assertj-javafx/javadoc/0.2.0/) - - +[JavaDoc](https://lestard.github.io/assertj-javafx/javadoc/0.3.0/) diff --git a/build.gradle b/build.gradle index 4c2ffa3..5190466 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 group = "eu.lestard" -version = "0.3.0" +version = "0.4.0" apply from: "maven_upload.gradle" @@ -57,4 +57,4 @@ sonarRunner { property 'sonar.jacoco.reportPath', "${buildDir}/jacoco/test.exec" property 'sonar.junit.reportsPath', "${buildDir}/test-results" } -} \ No newline at end of file +}