diff --git a/README.md b/README.md index f51846e9..652e14e4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Just add the dependency to your `build.gradle`: ```groovy dependencies { - compile 'com.getbase:floatingactionbutton:1.10.0' + compile 'com.getbase:floatingactionbutton:1.10.1' } ``` diff --git a/changelog.md b/changelog.md index 1c888b25..1c7825dd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ Change Log ========== +Version 1.10.1 *(2015-10-23)* +---------------------------- + + * Use hardware layers to get smoother animations + Version 1.10.0 *(2015-07-17)* ---------------------------- diff --git a/gradle.properties b/gradle.properties index 0893e906..9802cdde 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=1.10.0 -VERSION_CODE=14 +VERSION_NAME=1.10.1 +VERSION_CODE=15 GROUP=com.getbase POM_DESCRIPTION=Floating Action Button for Android based on Material Design specification