Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Aug 19, 2013
1 parent 822de1b commit 82b5267
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*

Expand Down
4 changes: 2 additions & 2 deletions favcount.js
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down Expand Up @@ -94,5 +94,5 @@
}).call(this);

(function(){
Favcount.VERSION = '1.0.1';
Favcount.VERSION = '1.1.0';
}).call(this);

0 comments on commit 82b5267

Please sign in to comment.