diff --git a/README.md b/README.md index b0bf444..5eec727 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/moviper/build.gradle b/moviper/build.gradle index f39b3d8..c78ba3e 100644 --- a/moviper/build.gradle +++ b/moviper/build.gradle @@ -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 { @@ -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 {