Skip to content

Commit

Permalink
Bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Feb 28, 2017
1 parent 2bf776c commit e2fa965
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
46 changes: 0 additions & 46 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Available from API 14.

#####1. Add the following to your build.gradle:
```groovy
compile 'com.github.rubensousa:floatingtoolbar:1.4.1'
compile 'com.github.rubensousa:floatingtoolbar:1.4.2'
```
#####2. Add FloatingToolbar as a direct child of CoordinatorLayout and before the FloatingActionButton:
```xml
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
GROUP=com.github.rubensousa
VERSION_NAME=1.4.1
VERSION_NAME=1.4.2

POM_ARTIFACT_ID=floatingtoolbar
POM_NAME=FloatingToolbar
Expand Down

0 comments on commit e2fa965

Please sign in to comment.