Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm committed Jan 20, 2018
1 parent 7f5dd62 commit 105d345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add the dependency

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

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

ext.okHttpVersion = "3.9.1"
Expand Down

0 comments on commit 105d345

Please sign in to comment.