Skip to content

Commit

Permalink
Bump version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Gerrish committed Jul 28, 2016
1 parent b27076d commit 8ce9665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ If you'd like to start a new project with Robolectric tests you can refer to `de
### Gradle

```groovy
testCompile "org.robolectric:robolectric:3.1.1"
testCompile "org.robolectric:robolectric:3.1.2"
```

### Maven
Expand All @@ -46,7 +46,7 @@ testCompile "org.robolectric:robolectric:3.1.1"
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>robolectric</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ allprojects {
}

group = "org.robolectric"
version = "3.2-SNAPSHOT"
version = "3.1.2"

apply plugin: "java"
sourceCompatibility = JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 8ce9665

Please sign in to comment.