Skip to content

Commit

Permalink
Merge pull request willowtreeapps#89 from willowtreeapps/bugfix-versi…
Browse files Browse the repository at this point in the history
…on-1.0.1

Animation start bug fix
  • Loading branch information
bret-fears authored May 30, 2017
2 parents 51fbf21 + cd87f78 commit 4f0686e
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 4f0686e

Please sign in to comment.