Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Nov 16, 2019
1 parent bd816fd commit 0850bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sparkbutton/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'com.github.connyduck'
version = '2.0.1'
version = '3.0.0'

android {
compileSdkVersion 29
Expand All @@ -13,7 +13,7 @@ android {
minSdkVersion 19
targetSdkVersion 29
versionCode 4
versionName "2.0.1"
versionName "3.0.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 0850bb3

Please sign in to comment.