diff --git a/_config.yml b/_config.yml index 62acdb7e6..8a6a53672 100644 --- a/_config.yml +++ b/_config.yml @@ -21,10 +21,10 @@ icon_destination: icon # Relative to destination forkawesome: name: Fork Awesome tagline: A fork of the iconic font and CSS toolkit - version: 1.0.5 + version: 1.0.6 minor_version: 1.0 major_version: 1 - doc_blob: v1.0.5 + doc_blob: v1.0.6 url: http://forkawesome.github.com/Fork-Awesome/ legacy_url: http://forkawesome.github.com/Fork-Awesome/ css_prefix: fa diff --git a/component.json b/component.json index bd0528d1f..0c17507a0 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "fork-awesome", "repo": "ForkAwesome/Fork-Awesome", "description": "Fork Awesome", - "version": "1.0.4", + "version": "1.0.6", "keywords": [], "dependencies": {}, "development": {}, diff --git a/package.json b/package.json index 48a098043..40221cf14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fork-awesome", "description": "A fork of the iconic font and CSS framework", - "version": "1.0.5", + "version": "1.0.6", "style": "css/fork-awesome.css", "keywords": [ "font", @@ -43,7 +43,11 @@ }, { "name": "Julien Deswaef", - "web": "http://twitter.com/xuv" + "web": "https://mastodon.social/@xuv" + }, + { + "name": "Micah Ilbery", + "web": "https://mastodon.social/@micahilbery" } ], "license": "(OFL-1.1 AND MIT)",