Skip to content

Commit

Permalink
Bump to v1.3.0
Browse files Browse the repository at this point in the history
cc #4
  • Loading branch information
Chris Hunt committed Sep 25, 2013
1 parent 02ec2d9 commit 8427b22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

##v1.3.0
*2013-09-25*

- Make font-family an adjustable attribute

##v1.2.0
*2013-08-19*

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.2.0
* favcount.js v1.3.0
* http://chrishunt.co/favcount
* Dynamically updates the favicon with a number.
*
Expand Down Expand Up @@ -96,5 +96,5 @@
}).call(this);

(function(){
Favcount.VERSION = '1.2.0';
Favcount.VERSION = '1.3.0';
}).call(this);

0 comments on commit 8427b22

Please sign in to comment.