From 4e9cf2f26e1829da974abe5b962d6ac9f3a0b1ba Mon Sep 17 00:00:00 2001 From: Chris Hunt Date: Thu, 23 Jan 2014 09:29:28 -0800 Subject: [PATCH] Bump favcount.js to v1.5.0 We've already made the CORS changes in our copy of favcount, but we should bump the version to match upstream. --- vendor/assets/javascripts/favcount.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/assets/javascripts/favcount.js b/vendor/assets/javascripts/favcount.js index cca4e25dd1b..162ec08758b 100644 --- a/vendor/assets/javascripts/favcount.js +++ b/vendor/assets/javascripts/favcount.js @@ -1,5 +1,5 @@ /* - * favcount.js v1.4.0 + * favcount.js v1.5.0 * http://chrishunt.co/favcount * Dynamically updates the favicon with a number. * @@ -98,5 +98,5 @@ }).call(this); (function(){ - Favcount.VERSION = '1.4.0'; + Favcount.VERSION = '1.5.0'; }).call(this);