Skip to content

Commit aadc751

Browse files
committed
Version 1.10.1 release
1 parent c9b265f commit aadc751

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Just add the dependency to your `build.gradle`:
2727

2828
```groovy
2929
dependencies {
30-
compile 'com.getbase:floatingactionbutton:1.10.0'
30+
compile 'com.getbase:floatingactionbutton:1.10.1'
3131
}
3232
```
3333

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 1.10.1 *(2015-10-23)*
5+
----------------------------
6+
7+
* Use hardware layers to get smoother animations
8+
49
Version 1.10.0 *(2015-07-17)*
510
----------------------------
611

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=1.10.0
21-
VERSION_CODE=14
20+
VERSION_NAME=1.10.1
21+
VERSION_CODE=15
2222
GROUP=com.getbase
2323

2424
POM_DESCRIPTION=Floating Action Button for Android based on Material Design specification

0 commit comments

Comments
 (0)