Skip to content

Commit

Permalink
Version 1.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chalup committed Oct 23, 2015
1 parent c9b265f commit aadc751
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aadc751

Please sign in to comment.