Skip to content

Commit

Permalink
Update version number to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-mauky committed Jan 12, 2015
1 parent c356af7 commit 5ae5d60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gradle:

```groovy
dependencies {
testCompile 'eu.lestard:assertj-javafx:0.2.0'
testCompile 'eu.lestard:assertj-javafx:0.3.0'
}
```

Expand All @@ -54,7 +54,7 @@ Maven:
<dependency>
<groupId>eu.lestard</groupId>
<artifactId>assertj-javafx</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<scope>test</scope>
</dependency>
```
Expand All @@ -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/)
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -57,4 +57,4 @@ sonarRunner {
property 'sonar.jacoco.reportPath', "${buildDir}/jacoco/test.exec"
property 'sonar.junit.reportsPath', "${buildDir}/test-results"
}
}
}

0 comments on commit 5ae5d60

Please sign in to comment.