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.
This commit is contained in:
Chris Hunt 2014-01-23 09:29:28 -08:00
parent 03779697e7
commit 4e9cf2f26e
1 changed files with 2 additions and 2 deletions

View File

@ -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);