diff --git a/bower.json b/bower.json index 05c9451..236441c 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "pnglib.js", "identicon.js" ], - "version": "2.1.0", + "version": "2.1.1", "homepage": "https://github.com/stewartlord/identicon.js", "authors": [ "stewartlord" diff --git a/identicon.js b/identicon.js index d416e1e..64d239a 100644 --- a/identicon.js +++ b/identicon.js @@ -1,11 +1,11 @@ /** - * Identicon.js 2.1.0 + * Identicon.js 2.1.1 * http://github.com/stewartlord/identicon.js * * PNGLib required for PNG output * http://www.xarg.org/download/pnglib.js * - * Copyright 2016, Stewart Lord + * Copyright 2017, Stewart Lord * Released under the BSD license * http://www.opensource.org/licenses/bsd-license.php */ diff --git a/package.json b/package.json index 63df911..5739394 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "identicon.js", - "version": "2.1.0", - "description": "GitHub-style identicons in JS with no server-side processing.", + "version": "2.1.1", + "description": "GitHub-style identicons as PNGs or SVGs in JS.", "main": "identicon.js", "repository": { "type": "git",