diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc9eee..9b76acb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ). diff --git a/README.md b/README.md index 02e500b..cb43ba6 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/bower.json b/bower.json index f9b3598..1049b36 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/package.json b/package.json index cf51d88..34e2e34 100644 --- a/package.json +++ b/package.json @@ -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",