diff --git a/circular-progress-view/build.gradle b/circular-progress-view/build.gradle index c993c17..6c96562 100644 --- a/circular-progress-view/build.gradle +++ b/circular-progress-view/build.gradle @@ -8,7 +8,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "1.3.0" + versionName "1.3.1" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/gradle.properties b/gradle.properties index 70ab6b4..c852bcb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ bintrayName = circular-progress-view libraryName = CircularProgressView libraryDescription = A fancy CircularProgressView -libraryVersion = 1.3.0 +libraryVersion = 1.3.1 siteUrl = https://github.com/GuilhE/android-circular-progress-view gitUrl = https://github.com/GuilhE/android-circular-progress-view.git diff --git a/sample/build.gradle b/sample/build.gradle index 5998a7a..9750ecc 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.guilhe.cicularprogressview.sample" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 3 - versionName "1.3.0" + versionCode 4 + versionName "1.3.1" } dataBinding {