From df6431e323547add1b4cf45992913f15286456d3 Mon Sep 17 00:00:00 2001 From: Oli Gibson Date: Wed, 31 May 2017 08:52:13 +0100 Subject: [PATCH] Release v2.2 --- README.md | 2 +- bower.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 653a431e..37b6022c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ You can install devicon as a dependency to your project either with NPM or Bower Final font is build with [Icomoon app](https://icomoon.io/) -##### See the [devicon.json file](https://github.com/konpa/devicon/blob/master/devicon.json) or [devicon.fr](http://devicon.fr/) for complete and up to date reference of icon's available versions. +##### See the [devicon.json file](https://github.com/konpa/devicon/blob/master/devicon.json) or [devicon website](http://konpa.github.io/devicon/) for complete and up to date reference of icon's available versions. ## Contribute diff --git a/bower.json b/bower.json index 3e485c06..9387a763 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,12 @@ { "name": "devicon", - "version": "2.1.0", + "version": "2.2.0", "main": "devicon.min.css", "ignore": [ ".jshintrc", "**/*.txt" ], - "homepage": "http://devicon.fr/", + "homepage": "http://konpa.github.io/devicon/", "repository": { "type": "git", "url": "git://github.com/konpa/devicon.git" diff --git a/package.json b/package.json index 1c26c71d..14fd76c9 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "bugs": { "url": "https://github.com/konpa/devicon/issues" }, - "homepage": "http://devicon.fr/", + "homepage": "http://konpa.github.io/devicon/", "devDependencies": { "gulp": "^3.8.10", "gulp-concat-css": "^2.0.0",