Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaskins committed Feb 20, 2016
1 parent d32d074 commit 6a9a848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Then add the Spectrum dependency for your tests:

```groovy
dependencies {
testCompile 'com.greghaskins:spectrum:0.6.0'
testCompile 'com.greghaskins:spectrum:0.6.1'
}
```
Expand All @@ -268,7 +268,7 @@ Then add Spectrum as a dependency with `test` scope in your `pom.xml`:
<dependency>
<groupId>com.greghaskins</groupId>
<artifactId>spectrum</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6a9a848

Please sign in to comment.