Skip to content

Commit 1f99536

Browse files
committed
Update version name
1 parent 5203c6b commit 1f99536

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sparkle Motion can also animate Views within ViewPager. It uses ViewPager's [Pag
2020
Add Sparkle Motion as dependency via Gradle:
2121

2222
```groovy
23-
compile 'com.ifttt:sparklemotion:1.0.0'
23+
compile 'com.ifttt:sparklemotion:1.0.1'
2424
```
2525

2626
## JazzHands and RazzleDazzle

sparklemotion/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ apply plugin: 'checkstyle'
1616
apply plugin: 'com.github.dcendents.android-maven'
1717
apply plugin: 'com.jfrog.bintray'
1818

19-
version = "1.0.0"
19+
version = "1.0.1"
2020

2121
android {
2222
compileSdkVersion 23
@@ -26,7 +26,7 @@ android {
2626
minSdkVersion 15
2727
targetSdkVersion 22
2828
versionCode 1
29-
versionName "1.0.0"
29+
versionName "1.0.1"
3030
}
3131
}
3232

0 commit comments

Comments
 (0)