Skip to content

Commit

Permalink
Animation start bug fix
Browse files Browse the repository at this point in the history
- Bump version number to 1.0.1 for recycler bug fix willowtreeapps#81
  • Loading branch information
bret-fears committed May 30, 2017
1 parent 51fbf21 commit cd87f78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 1
versionName "1.0.0"
versionName "1.0.1"
setProperty("archivesBaseName", "spruce-android")
}
buildTypes {
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
def siteUrl = 'https://github.com/willowtreeapps/spruce-android'
def gitUrl = 'https://github.com/willowtreeapps/spruce-android.git'
group = "com.willowtreeapps.spruce"
version = "1.0.0"
version = "1.0.1"

install {
repositories.mavenInstaller {
Expand Down Expand Up @@ -140,8 +140,8 @@ if (project.hasProperty("bintrayUser") &&
licenses = ["MIT"]
publish = true
version {
name = '1.0.0'
vcsTag = '1.0.0'
name = '1.0.1'
vcsTag = '1.0.1'
gpg {
sign = true
passphrase = project.properties.bintrayGpgPassword
Expand Down

0 comments on commit cd87f78

Please sign in to comment.