Skip to content

Commit

Permalink
Merge pull request #9 from chrishunt/bump-version
Browse files Browse the repository at this point in the history
Bump to v1.5.0
  • Loading branch information
chrishunt committed Jan 23, 2014
2 parents 02a1aea + 7687447 commit 12c0fb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 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.5.0
*2014-01-23*

- [#8](https://github.com/chrishunt/favcount/pull/8) Request img anonymously for CORS

##v1.4.0
*2014-01-07*

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "favcount",
"main": "favcount.js",
"version": "1.4.0",
"version": "1.5.0",
"homepage": "https://github.com/chrishunt/favcount",
"authors": [
"Chris Hunt <[email protected]>"
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.4.0
* favcount.js v1.5.0
* http://chrishunt.co/favcount
* Dynamically updates the favicon with a number.
*
Expand Down Expand Up @@ -98,5 +98,5 @@
}).call(this);

(function(){
Favcount.VERSION = '1.4.0';
Favcount.VERSION = '1.5.0';
}).call(this);

0 comments on commit 12c0fb8

Please sign in to comment.