Skip to content

Commit

Permalink
Merge pull request #54 from mike-north/update-mdl
Browse files Browse the repository at this point in the history
Update to material-design-lite 1.0.4
  • Loading branch information
mike-north committed Aug 22, 2015
2 parents 6602dae + 3f93179 commit 871cc6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blueprints/ember-material-lite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {

beforeInstall: function (options) {
return RSVP.all([
this.addBowerPackageToProject('material-design-lite', '~1.0.3')
this.addBowerPackageToProject('material-design-lite', '~1.0.4')
]);
},

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jquery": "^1.11.3",
"loader.js": "ember-cli/loader.js#3.2.1",
"qunit": "~1.18.0",
"material-design-lite": "~1.0.3",
"material-design-lite": "~1.0.4",
"blanket": "~1.1.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-material-lite",
"version": "0.1.9",
"version": "0.1.10",
"description": "Material Design Lite for Ember.js Apps",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 871cc6c

Please sign in to comment.