Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
backflip committed Jan 13, 2014
1 parent 108c8ab commit a66d67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-carousel",
"version": "1.1.4",
"version": "1.1.5",
"main": ["./jquery.carousel.js"],
"author": "Thomas Jaggi",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion jquery.carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1072,4 +1072,4 @@
};

window[namespace.charAt(0).toUpperCase() + namespace.substr(1)] = Plugin;
})(window, document, jQuery);
})(window, document, jQuery);

0 comments on commit a66d67e

Please sign in to comment.