Skip to content

Commit

Permalink
bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejchm committed Aug 10, 2016
1 parent 73a5801 commit 244bcea
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 @@ -32,7 +32,7 @@ Add it in your root `build.gradle` at the end of repositories:
Add the dependency to your app's `build.gradle`
```groovy
dependencies {
compile 'com.github.andrzejchm:DroidMVP:0.1.2'
compile 'com.github.andrzejchm:DroidMVP:0.1.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
minSdkVersion 10
targetSdkVersion 24
versionCode 1
versionName "0.1.2"
versionName "0.1.3"
}
buildTypes {
release {
Expand Down

0 comments on commit 244bcea

Please sign in to comment.