diff --git a/LICENSE b/LICENSE index 4eb750c..a7187a7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, Stewart Lord +Copyright (c) 2017, Stewart Lord All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/bower.json b/bower.json index 236441c..2922e99 100644 --- a/bower.json +++ b/bower.json @@ -4,12 +4,12 @@ "pnglib.js", "identicon.js" ], - "version": "2.1.1", + "version": "2.2.0", "homepage": "https://github.com/stewartlord/identicon.js", "authors": [ "stewartlord" ], - "description": "GitHub-style identicons in JS with no server-side processing.", + "description": "GitHub-style identicons as PNGs or SVGs in JS.", "moduleType": [ "globals" ], diff --git a/demo.html b/demo.html index 4424e46..9c56a2e 100644 --- a/demo.html +++ b/demo.html @@ -120,23 +120,6 @@
Omit the hash to generate an identicon based on the current time.
-- var data = new Identicon().toString(); - document.write('<img src="data:image/png;base64,' + data + '">');- -