From 82b5267f01a846e9232210aed02d28ec73e7feb3 Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Mon, 19 Aug 2013 08:48:56 -0700 Subject: [PATCH] Bump to v1.1.0 --- CHANGELOG.md | 7 +++++++ favcount.js | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f424761..aba1e99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +##v1.1.0 +*2013-08-19* + +- Fade favicon slightly when a count is printed +- Draw drop shadow behind count +- Scale count border based on favicon size + ##v1.0.1 *2013-08-18* diff --git a/favcount.js b/favcount.js index ad235cc..6cfe059 100644 --- a/favcount.js +++ b/favcount.js @@ -1,5 +1,5 @@ /* - * favcount.js v1.0.1 + * favcount.js v1.1.0 * http://chrishunt.co/favcount * Dynamically updates the favicon with a number. * @@ -94,5 +94,5 @@ }).call(this); (function(){ - Favcount.VERSION = '1.0.1'; + Favcount.VERSION = '1.1.0'; }).call(this);