Skip to content

Commit

Permalink
[release] version 1.1.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoslacz committed Nov 5, 2016
1 parent cf871ca commit f8d59fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You are able to use all of the Mosby's MVP Views with Moviper. MvpFragment, MvpL

```groovy
dependencies {
compile 'com.mateuszkoslacz.moviper:moviper:1.0.0'
compile 'com.mateuszkoslacz.moviper:moviper:1.1.0-alpha'
}
```

Expand Down
6 changes: 3 additions & 3 deletions moviper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'me.tatarka.retrolambda'


// This is the library version used when deploying the artifact
version = "1.0.0"
version = "1.1.0-alpha"

android {

Expand All @@ -20,8 +20,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.1.0-aplha"
}
buildTypes {
release {
Expand Down

0 comments on commit f8d59fc

Please sign in to comment.