Skip to content

Commit

Permalink
promoting version, changing license to Apache-2.0
Browse files Browse the repository at this point in the history
fixes #34
  • Loading branch information
jossef committed Feb 16, 2019
1 parent b41d244 commit 67e2e85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-design-icons-iconfont",
"version": "4.0.4",
"version": "4.0.5",
"author": "Material Design Authors, Jossef Harush",
"description": "Material Design icons DX",
"keywords": [
Expand All @@ -18,6 +18,6 @@
"main": [
"src/material-design-icons.scss"
],
"license": "CC-BY-4.0",
"homepage": "http://google.com/design/spec"
"license": "Apache-2.0",
"homepage": "https://jossef.github.io/material-design-icons-iconfont/"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "material-design-icons-iconfont",
"version": "4.0.4",
"version": "4.0.5",
"description": "Material Design icons DX",
"main": "dist/material-design-icons.css",
"repository": {
Expand All @@ -20,9 +20,9 @@
"google"
],
"author": "Material Design Authors, Jossef Harush",
"license": "CC-BY-4.0",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jossef/material-design-icons-iconfont/issues"
},
"homepage": "https://github.com/jossef/material-design-icons-iconfont"
"homepage": "https://jossef.github.io/material-design-icons-iconfont/"
}

0 comments on commit 67e2e85

Please sign in to comment.