Skip to content

Commit 82b5267

Browse files
author
Chris Hunt
committed
Bump to v1.1.0
1 parent 822de1b commit 82b5267

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
##v1.1.0
4+
*2013-08-19*
5+
6+
- Fade favicon slightly when a count is printed
7+
- Draw drop shadow behind count
8+
- Scale count border based on favicon size
9+
310
##v1.0.1
411
*2013-08-18*
512

favcount.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* favcount.js v1.0.1
2+
* favcount.js v1.1.0
33
* http://chrishunt.co/favcount
44
* Dynamically updates the favicon with a number.
55
*
@@ -94,5 +94,5 @@
9494
}).call(this);
9595

9696
(function(){
97-
Favcount.VERSION = '1.0.1';
97+
Favcount.VERSION = '1.1.0';
9898
}).call(this);

0 commit comments

Comments
 (0)