Skip to content

Commit

Permalink
Bump version in README to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaskins committed Aug 10, 2016
1 parent 4d2c4d7 commit 4a466e9
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 @@ -302,7 +302,7 @@ Then add the Spectrum dependency for your tests:

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

0 comments on commit 4a466e9

Please sign in to comment.