Skip to content

Commit

Permalink
Update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
lzanita09 committed Nov 25, 2015
1 parent 5203c6b commit 1f99536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Sparkle Motion can also animate Views within ViewPager. It uses ViewPager's [Pag
Add Sparkle Motion as dependency via Gradle:

```groovy
compile 'com.ifttt:sparklemotion:1.0.0'
compile 'com.ifttt:sparklemotion:1.0.1'
```

## JazzHands and RazzleDazzle
Expand Down
4 changes: 2 additions & 2 deletions sparklemotion/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'checkstyle'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.0"
version = "1.0.1"

android {
compileSdkVersion 23
Expand All @@ -26,7 +26,7 @@ android {
minSdkVersion 15
targetSdkVersion 22
versionCode 1
versionName "1.0.0"
versionName "1.0.1"
}
}

Expand Down

0 comments on commit 1f99536

Please sign in to comment.