From 67e2e85acbaa653b9f389068696425ef6ce2724b Mon Sep 17 00:00:00 2001 From: Jossef Harush Date: Sat, 16 Feb 2019 05:15:04 -0500 Subject: [PATCH] promoting version, changing license to Apache-2.0 fixes #34 --- bower.json | 6 +++--- package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index e5d0c25fc64c..518149429e83 100644 --- a/bower.json +++ b/bower.json @@ -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": [ @@ -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/" } diff --git a/package.json b/package.json index 4005b2876a32..224bb4540aaa 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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/" }