Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
nobitagit committed Aug 15, 2015
1 parent 9c35c16 commit dd61072
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.6.2

* Changed default buttons class to "md-accent" for Materila template (see [issue #51](https://github.com/nobitagit/ng-material-floating-button/issues/51) ).

## v0.6.1

* Allow usage with ng-strict-di apps (see [issue #41](https://github.com/nobitagit/ng-material-floating-button/issues/41) ).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,4 +287,5 @@ If an issue or pull request is **not** specifically related to the Angularjs ver
- [x] add to npm

## Credits
Demo icons courtesy of [Ionicons](ionicons.com)
Thanks to these [contributors](https://github.com/nobitagit/ng-material-floating-button/graphs/contributors).
Demo icons are courtesy of [Ionicons](ionicons.com)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-material-floating-button",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://github.com/nobitagit/ng-material-floating-button",
"authors": [
"Nobita"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-material-floating-button",
"version": "0.6.1",
"version": "0.6.2",
"description": "angular directive for material floating buttons",
"main": [
"src/mfb-directive.js",
Expand Down

0 comments on commit dd61072

Please sign in to comment.