Merge pull request #1855 from chrishunt/update-favcount
Bump favcount.js to v1.5.0
This commit is contained in:
commit
6ec1f93c05
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* favcount.js v1.4.0
|
* favcount.js v1.5.0
|
||||||
* http://chrishunt.co/favcount
|
* http://chrishunt.co/favcount
|
||||||
* Dynamically updates the favicon with a number.
|
* Dynamically updates the favicon with a number.
|
||||||
*
|
*
|
||||||
|
@ -98,5 +98,5 @@
|
||||||
}).call(this);
|
}).call(this);
|
||||||
|
|
||||||
(function(){
|
(function(){
|
||||||
Favcount.VERSION = '1.4.0';
|
Favcount.VERSION = '1.5.0';
|
||||||
}).call(this);
|
}).call(this);
|
||||||
|
|
Loading…
Reference in New Issue