diff --git a/CHANGELOG.md b/CHANGELOG.md index a48445d..a7ee554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +##v1.3.0 +*2013-09-25* + +- Make font-family an adjustable attribute + ##v1.2.0 *2013-08-19* diff --git a/favcount.js b/favcount.js index ffc8fdf..fd0560d 100644 --- a/favcount.js +++ b/favcount.js @@ -1,5 +1,5 @@ /* - * favcount.js v1.2.0 + * favcount.js v1.3.0 * http://chrishunt.co/favcount * Dynamically updates the favicon with a number. * @@ -96,5 +96,5 @@ }).call(this); (function(){ - Favcount.VERSION = '1.2.0'; + Favcount.VERSION = '1.3.0'; }).call(this);