Skip to content

Commit

Permalink
Bump version to 3.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
xian committed Oct 25, 2016
1 parent 930c0a9 commit c921e48
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 @@ -75,7 +75,7 @@ repositories {
}
dependencies {
testCompile "org.robolectric:robolectric:3.2-SNAPSHOT"
testCompile "org.robolectric:robolectric:3.1.3"
}
```

Expand All @@ -90,7 +90,7 @@ dependencies {
<dependency>
<groupId>org.robolectric</groupId>
<artifactId>robolectric</artifactId>
<version>3.2-SNAPSHOT</version>
<version>3.1.3</version>
<scope>test</scope>
</dependency>
```
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.3"

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

0 comments on commit c921e48

Please sign in to comment.