Skip to content

Commit

Permalink
Bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikartx committed Apr 25, 2019
1 parent fed4ec3 commit db2e5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions button/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 17
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "1.2.1"
}
buildTypes {
release {
Expand Down Expand Up @@ -38,7 +38,7 @@ publish {
userOrg = 'nikart'
groupId = 'com.github.nikartm'
artifactId = 'fit-button'
publishVersion = '1.2.0'
publishVersion = android.defaultConfig.versionName
desc = 'The button which can use with icon, text, divider and custom ripple effect'
licences = ['Apache-2.0']
uploadName='FitButton'
Expand Down

0 comments on commit db2e5a4

Please sign in to comment.