Skip to content

Commit

Permalink
Merge pull request #7 from chrishunt/add-bower
Browse files Browse the repository at this point in the history
Add bower.json
  • Loading branch information
chrishunt committed Jan 7, 2014
2 parents 73c23c4 + b2bcccb commit 3ac9b83
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

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

- [#7](https://github.com/chrishunt/favcount/pull/7) Add bower.json
- [#6](https://github.com/chrishunt/favcount/pull/6) Run jshint: Add missing semicolon

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

Expand Down
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "favcount",
"main": "favcount.js",
"version": "1.4.0",
"homepage": "https://github.com/chrishunt/favcount",
"authors": [
"Chris Hunt <chrishunt@github.com>"
],
"description": "Enhance your useless favicon with FavCount technology",
"keywords": [
"favicon",
"notification",
"numbers",
"dynamic"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
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.3.0
* favcount.js v1.4.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.3.0';
Favcount.VERSION = '1.4.0';
}).call(this);

0 comments on commit 3ac9b83

Please sign in to comment.