Skip to content

Commit

Permalink
0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm committed Feb 7, 2018
1 parent 8d3a62f commit cca1187
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ Add the dependency

```groovy
dependencies {
androidTestCompile 'com.github.andrzejchm.RESTMock:android:0.3.0'
androidTestCompile 'com.github.andrzejchm.RESTMock:android:0.3.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -39,7 +39,7 @@ allprojects {
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
}
version = "0.3.0"
version = "0.3.1"
}

ext.okHttpVersion = "3.9.1"
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/appflate/restmock/MockAnswer.java
Expand Up @@ -22,7 +22,7 @@
/**
* An interface that specifies the answer to return based on the received request
*/
interface MockAnswer {
public interface MockAnswer {

/**
* This method gets called by {@link MatchableCallsRequestDispatcher} with a matched {@link RecordedRequest} and should
Expand Down

0 comments on commit cca1187

Please sign in to comment.