From 8427b22f5b1513b82769db603236a0f16cc23ac3 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Wed, 25 Sep 2013 08:12:51 -0700 Subject: [PATCH] Bump to v1.3.0 cc #4 --- CHANGELOG.md | 5 +++++ favcount.js | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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);