diff --git a/README.md b/README.md index 702d48c..ba645a9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add the Gradle dependency to the `build.gradle` file of the app module: ```Gradle dependencies { - compile 'io.storj:libstorj-android:0.5' + compile 'io.storj:libstorj-android:0.6' } ``` diff --git a/android-libstorj/build.gradle b/android-libstorj/build.gradle index fd939ca..35518c3 100644 --- a/android-libstorj/build.gradle +++ b/android-libstorj/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 26 - versionCode 7 - versionName "0.5" + versionCode 8 + versionName "0.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" externalNativeBuild { cmake { @@ -88,7 +88,7 @@ publish { userOrg = 'kaloyan-raev' groupId = 'io.storj' artifactId = 'libstorj-android' - publishVersion = '0.5' + publishVersion = '0.6' desc = 'Libstorj for Android' website = 'https://github.com/Storj/android-libstorj' }