Skip to content

Commit

Permalink
Merge pull request #12 from chrishunt/bump-version
Browse files Browse the repository at this point in the history
Bump to v1.5.1
  • Loading branch information
chrishunt committed Apr 11, 2015
2 parents e727508 + 57def7b commit d053eac
Show file tree
Hide file tree
Showing 3 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.5.1
*2015-04-11*

- [#10](https://github.com/chrishunt/favcount/pull/10) Check for existence of link element in HTML

##v1.5.0
*2014-01-23*

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.5.0",
"version": "1.5.1",
"homepage": "https://github.com/chrishunt/favcount",
"authors": [
"Chris Hunt <chrishunt@github.com>"
Expand Down
2 changes: 1 addition & 1 deletion favcount.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@
}).call(this);

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

0 comments on commit d053eac

Please sign in to comment.