diff --git a/README.md b/README.md index 994e673..e7ed474 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/sparklemotion/build.gradle b/sparklemotion/build.gradle index e900be2..9b9953a 100644 --- a/sparklemotion/build.gradle +++ b/sparklemotion/build.gradle @@ -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 @@ -26,7 +26,7 @@ android { minSdkVersion 15 targetSdkVersion 22 versionCode 1 - versionName "1.0.0" + versionName "1.0.1" } }