Skip to content

Commit 6cf39c0

Browse files
committed
version bump [skip ci]
1 parent 1c7131d commit 6cf39c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

circular-progress-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
1010
versionCode 1
11-
versionName "1.3.0"
11+
versionName "1.3.1"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bintrayName = circular-progress-view
2323

2424
libraryName = CircularProgressView
2525
libraryDescription = A fancy CircularProgressView
26-
libraryVersion = 1.3.0
26+
libraryVersion = 1.3.1
2727

2828
siteUrl = https://github.com/GuilhE/android-circular-progress-view
2929
gitUrl = https://github.com/GuilhE/android-circular-progress-view.git

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.github.guilhe.cicularprogressview.sample"
99
minSdkVersion rootProject.ext.minSdkVersion
1010
targetSdkVersion rootProject.ext.targetSdkVersion
11-
versionCode 3
12-
versionName "1.3.0"
11+
versionCode 4
12+
versionName "1.3.1"
1313
}
1414

1515
dataBinding {

0 commit comments

Comments
 (0)