Skip to content

Commit

Permalink
Update version name konfetti
Browse files Browse the repository at this point in the history
  • Loading branch information
Dion Segijn committed Jun 2, 2017
1 parent c277979 commit 2cf702c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions konfetti/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand All @@ -33,7 +33,7 @@ ext {

publishedGroupId = 'nl.dionsegijn'
artifact = 'konfetti'
libraryVersion = "1.0"
libraryVersion = "1.0.1"

libraryName = 'konfetti'
libraryDescription = 'Small particle system library to generate confetti in your app'
Expand Down

0 comments on commit 2cf702c

Please sign in to comment.