Skip to content

Commit

Permalink
lib version update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE committed Apr 20, 2018
1 parent cd1e809 commit 47b2d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circular-progress-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.2.2"
versionName "1.2.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bintrayName = circular-progress-view

libraryName = CircularProgressView
libraryDescription = A fancy CircularProgressView
libraryVersion = 1.2.2
libraryVersion = 1.2.3

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

0 comments on commit 47b2d88

Please sign in to comment.